[PR #546] [CLOSED] Oauth basic user provisioning #823

Closed
opened 2026-02-04 18:53:35 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/546
Author: @EkiciLP
Created: 8/14/2024
Status: Closed

Base: mainHead: feature/oauth-user-provisioning


📝 Commits (5)

📊 Changes

1 file changed (+20 additions, -6 deletions)

View changed files

📝 app/Http/Controllers/Auth/OAuthController.php (+20 -6)

📄 Description

This pr aims to add a temporary solution for people wanting to use oauth as the main user backend untel the frontend is done.

  • Environment variable OAUTH_USER_PROVISIONING=(bool) turns this on or off

🔄 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/546 **Author:** [@EkiciLP](https://github.com/EkiciLP) **Created:** 8/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/oauth-user-provisioning` --- ### 📝 Commits (5) - [`e42182f`](https://github.com/pelican-dev/panel/commit/e42182f1e34b2a9960ca16b5cdd640f0b3b2eefd) Added basic User provisioning - [`e447cfa`](https://github.com/pelican-dev/panel/commit/e447cfa355efc22fc24af6c71dc790275e6da23b) fix case where user already had an account - [`6ae2f8f`](https://github.com/pelican-dev/panel/commit/6ae2f8ff6a3b2572067a85223114c362ed3f7ab4) replace else-if - [`1dd12a2`](https://github.com/pelican-dev/panel/commit/1dd12a28f35f82e6b5a52381c185918d9ebd9ef2) remove unused imports - [`5437bb6`](https://github.com/pelican-dev/panel/commit/5437bb6c60d65f8b9402ed67f2f778ff2ea33c78) remove whitespace ### 📊 Changes **1 file changed** (+20 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/Auth/OAuthController.php` (+20 -6) </details> ### 📄 Description This pr aims to add a temporary solution for people wanting to use oauth as the main user backend untel the frontend is done. - Environment variable ``OAUTH_USER_PROVISIONING=(bool)`` turns this on or off --- <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 18:53:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#823