Skip to content

Develop#11

Merged
jessehartloff merged 2 commits intomainfrom
develop
Feb 26, 2026
Merged

Develop#11
jessehartloff merged 2 commits intomainfrom
develop

Conversation

@jessehartloff
Copy link
Member

No description provided.

mbieniek101 and others added 2 commits February 25, 2026 15:29
…ed to the functions used in the routing table.

@blueprint.route MUST be the outermost decorator so Flask registers the already-wrapped, auth-protected function. Before, @min_level was applied above @blueprint.route, causing Flask to register the unprotected function and rendering all auth checks on these routes ineffective (missing from the routing table).
Changed the order of decorators so that @min_level is correctly applied to the functions used in the routing table.
@jessehartloff jessehartloff merged commit a982934 into main Feb 26, 2026
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants