mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #544] [CLOSED] remove 'guest' middleware to enable oauth account linking #818
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/544
Author: @EkiciLP
Created: 8/14/2024
Status: ❌ Closed
Base:
main← Head:fix/oauth-account-linking📝 Commits (1)
f9a3d35remove 'guest' middleware to enable oauth account linking📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
routes/auth.php(+1 -1)📄 Description
The
guestmiddleware did not allow for authenticated users to call the /auth/oauth/redirect endpoint resulting in not being able to link an oauth account to yours.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.