Skip to content

Add support for refresh tokens #1206

Description

@jwag956

It's time...

The basic implementation:

  • new DB table to hold users' refresh tokens
  • a new endpoint to get a new auth_token from an existing refresh token
  • rotation - upon use, a new refresh token is returned - allowing tracking of potentially stolen tokens
  • will continue to use itsdangerous as serializer (e.g. these aren't JWTs)
  • some options for how to cleanup old/expired refresh tokens

Metadata

Metadata

Assignees

Fields

No fields configured for Feature.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions