Skip to content

Create JWT Auth PoC with Flask + Authlib #46

@tomondre

Description

@tomondre

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
No labels

Type

No type

Projects

Status

For Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions