Skip to content

Simplify JWT validation #62

@markhobson

Description

@markhobson

We currently validate the JWT access token using Authlib's JOSE to decode and validate claims.

Authlib also provides JWTBearerTokenValidator that can perform both of these functions against a more rigorous set of constraints. It is typically used to protect resources in a framework-specific manner, so we would ideally need a FastAPI resource protector implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions