mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #1700] [CLOSED] Add RequireApplicationApiKey middleware & remove rootAdmin bypass #1523
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/1700
Author: @rmartinoscar
Created: 9/10/2025
Status: ❌ Closed
Base:
main← Head:chore/enforce-keytype-on-application📝 Commits (1)
30919cfAdd RequireApplicationApiKey middleware & remove rootAdmin bypass📊 Changes
3 files changed (+27 additions, -12 deletions)
View changed files
➕
app/Http/Middleware/Api/Application/RequireApplicationApiKey.php(+26 -0)📝
app/Transformers/Api/Application/BaseTransformer.php(+0 -12)📝
bootstrap/app.php(+1 -0)📄 Description
Before (non root user)

Before (root user)

After (regardless of root)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.