Skip to content

Assign tokens into a database so they can be revoked on hacked account #1

@ErrorDodo

Description

@ErrorDodo

Currently we are using stateless JWTs and JWT Refresh tokens.

The way they are currently planned to be revoked is by sending a response to the client saying "Delete tokens" and the web client will delete it from the cookies/state

Should we instead be saving tokens to a database this way we can just revoke them by deleting the records of the tokens?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions