[PR #435] [CLOSED] Finish OAuth on the backend #758

Closed
opened 2026-02-05 17:53:34 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/435
Author: @Poseidon281
Created: 6/27/2024
Status: Closed

Base: mainHead: Oauth


📝 Commits (1)

  • 5b4d6e2 Added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/435 **Author:** [@Poseidon281](https://github.com/Poseidon281) **Created:** 6/27/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `Oauth` --- ### 📝 Commits (1) - [`5b4d6e2`](https://github.com/pelican-dev/panel/commit/5b4d6e25e98f0e8047c84b4a0b36b33df8c41222) Added steam, google and microsoft to the providers ### 📊 Changes **5 files changed** (+172 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description I also have an idea for "(Optional) Make it easier to add additional providers (without code edit)", but for that the [Settings Page](https://github.com/pelican-dev/panel/pull/259) needs to be merged in first because i want to make it in the new model This PR works on #385 --- <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-05 17:53:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#758