[PR #544] [CLOSED] remove 'guest' middleware to enable oauth account linking #819

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

📋 Pull Request Information

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

Base: mainHead: fix/oauth-account-linking


📝 Commits (1)

  • f9a3d35 remove '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 guest middleware 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/544 **Author:** [@EkiciLP](https://github.com/EkiciLP) **Created:** 8/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/oauth-account-linking` --- ### 📝 Commits (1) - [`f9a3d35`](https://github.com/pelican-dev/panel/commit/f9a3d351dc1e21253c7f9b0eec25a784bad59787) remove 'guest' middleware to enable oauth account linking ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `routes/auth.php` (+1 -1) </details> ### 📄 Description The ``guest`` middleware 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. --- <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:55: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#819