Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support JWT refresh flow for cookie authentication #4688

Open
khvn26 opened this issue Oct 2, 2024 · 0 comments
Open

Support JWT refresh flow for cookie authentication #4688

khvn26 opened this issue Oct 2, 2024 · 0 comments
Labels
api Issue related to the REST API front-end Issue related to the React Front End Dashboard

Comments

@khvn26
Copy link
Member

khvn26 commented Oct 2, 2024

Most probably it'll include

  • reducing token TTL to very short time, e.g. 5-15 minutes
  • introducing a separate http-only cookie for the refresh token
  • exposing the refresh endpoint, provided by the simplejwt library
  • adding retry/refresh dance to FE fetchers
@khvn26 khvn26 added api Issue related to the REST API front-end Issue related to the React Front End Dashboard labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issue related to the REST API front-end Issue related to the React Front End Dashboard
Projects
None yet
Development

No branches or pull requests

1 participant