[PR #1801] [MERGED] Add setup wizard to all oauth providers #1579

Closed
opened 2026-02-04 19:58:38 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1801
Author: @LetterN
Created: 10/12/2025
Status: Merged
Merged: 10/31/2025
Merged by: @notAreYouScared

Base: mainHead: the-wizard-is-now-installing-your-software


📝 Commits (6)

📊 Changes

9 files changed (+329 additions, -13 deletions)

View changed files

📝 app/Extensions/OAuth/Schemas/AuthentikSchema.php (+24 -4)
app/Extensions/OAuth/Schemas/BitbucketSchema.php (+45 -0)
app/Extensions/OAuth/Schemas/FacebookSchema.php (+48 -0)
app/Extensions/OAuth/Schemas/GoogleSchema.php (+54 -0)
app/Extensions/OAuth/Schemas/LinkedinSchema.php (+45 -0)
app/Extensions/OAuth/Schemas/SlackSchema.php (+45 -0)
app/Extensions/OAuth/Schemas/XSchema.php (+54 -0)
📝 app/Providers/Extensions/OAuthServiceProvider.php (+12 -7)
📝 composer.lock (+2 -2)

📄 Description

title.

linkedin

image

google

image

bitbucket

image

slack

image

authentik

image

facebook

image

x/twitter

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1801 **Author:** [@LetterN](https://github.com/LetterN) **Created:** 10/12/2025 **Status:** ✅ Merged **Merged:** 10/31/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `the-wizard-is-now-installing-your-software` --- ### 📝 Commits (6) - [`1437854`](https://github.com/pelican-dev/panel/commit/1437854a26e58e1c77625f93703ac1e262b6d309) schemas - [`6720740`](https://github.com/pelican-dev/panel/commit/6720740564b3d21099c05249a37dd93003c2ca38) authentik - [`ec4a9e5`](https://github.com/pelican-dev/panel/commit/ec4a9e5cc402dc8b371b5190764faea3b0304f5e) fb - [`8dfe17c`](https://github.com/pelican-dev/panel/commit/8dfe17ca57b2e66c77342cdd26a2382fcb2cdb58) revert - [`b0a8c05`](https://github.com/pelican-dev/panel/commit/b0a8c05bb1cbf98cbc4783451e9c767b4460e595) lint - [`9d2fbb8`](https://github.com/pelican-dev/panel/commit/9d2fbb865f0480df7de105e4d0649fdada2d40f6) twitter ### 📊 Changes **9 files changed** (+329 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `app/Extensions/OAuth/Schemas/AuthentikSchema.php` (+24 -4) ➕ `app/Extensions/OAuth/Schemas/BitbucketSchema.php` (+45 -0) ➕ `app/Extensions/OAuth/Schemas/FacebookSchema.php` (+48 -0) ➕ `app/Extensions/OAuth/Schemas/GoogleSchema.php` (+54 -0) ➕ `app/Extensions/OAuth/Schemas/LinkedinSchema.php` (+45 -0) ➕ `app/Extensions/OAuth/Schemas/SlackSchema.php` (+45 -0) ➕ `app/Extensions/OAuth/Schemas/XSchema.php` (+54 -0) 📝 `app/Providers/Extensions/OAuthServiceProvider.php` (+12 -7) 📝 `composer.lock` (+2 -2) </details> ### 📄 Description title. ## linkedin <img width="922" height="415" alt="image" src="https://github.com/user-attachments/assets/c3bcea18-7771-49b0-97c6-39e44fc8a0f2" /> ## google <img width="887" height="547" alt="image" src="https://github.com/user-attachments/assets/29953a95-7da2-4a5d-b14b-5938029e341f" /> ## bitbucket <img width="890" height="376" alt="image" src="https://github.com/user-attachments/assets/ddb80d18-20b7-41d4-a2b1-39f8a788525f" /> ## slack <img width="885" height="379" alt="image" src="https://github.com/user-attachments/assets/cb3e1072-ff0b-435a-a243-1f33734f82f3" /> ## authentik <img width="879" height="365" alt="image" src="https://github.com/user-attachments/assets/8df172a7-d35c-47cf-b8fd-67579c40907b" /> ## facebook <img width="878" height="465" alt="image" src="https://github.com/user-attachments/assets/ebc42cab-39bd-414a-977a-16588488d885" /> ## x/twitter <img width="877" height="523" alt="image" src="https://github.com/user-attachments/assets/e3770ddc-47cc-47fc-b1e9-bc4d419c106d" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:58:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1579