-
Couldn't load subscription status.
- Fork 1
Open
Description
Description:
Build a minimal, standalone Flask app that verifies JWT tokens using Authlib and protects endpoints via a decorator.
Requirements:
- Use Flask and Authlib only
- Verify token signature and expiration
- Implement decorator for authorization
- Create protected route
Definition of Done:
- Token is extracted and validated correctly
- Unauthorized access returns 401/403
- App is standalone and runnable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
For Review