mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #435] [CLOSED] Finish OAuth on the backend #758
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/435
Author: @Poseidon281
Created: 6/27/2024
Status: ❌ Closed
Base:
main← Head:Oauth📝 Commits (1)
5b4d6e2Added steam, google and microsoft to the providers📊 Changes
5 files changed (+172 additions, -2 deletions)
View changed files
📝
app/Providers/AppServiceProvider.php(+2 -0)📝
app/Providers/EventServiceProvider.php(+3 -0)📝
composer.json(+4 -1)📝
composer.lock(+142 -1)📝
config/services.php(+21 -0)📄 Description
I also have an idea for "(Optional) Make it easier to add additional providers (without code edit)", but for that the Settings Page needs to be merged in first because i want to make it in the new model
This PR works on #385
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.