Skip to content

Feature/jwt tier a#4

Open
msohailse wants to merge 1 commit into
mainfrom
feature/jwt-tier-a
Open

Feature/jwt tier a#4
msohailse wants to merge 1 commit into
mainfrom
feature/jwt-tier-a

Conversation

@msohailse

Copy link
Copy Markdown
Owner

No description provided.

Adds JwtAuthFilter, a ContainerRequestFilter that rejects non-GET requests
(except /users/login and /users/register) lacking a validly-signed,
non-expired token, and additionally rejects ADMIN tokens whose baked-in
adminExpiresAt has passed. DB-backed isActiveAdmin() checks in the services
remain the authoritative live enforcement point.
@msohailse
msohailse force-pushed the feature/jwt-tier-a branch from 6e3424f to 7793e77 Compare July 14, 2026 03:22
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.

1 participant