Skip to content

Implement Token Blacklisting in JWTHandler #5

Description

@dillonhuston

Currently, the /logout route is a stub. We need to implement a mechanism to store revoked JWTs (e.g., in a TokenBlacklist database table or Redis) and check them in the get_current_user dependency to ensure full security.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions