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

JWT refresh handling #7

Open
jb3 opened this issue Aug 27, 2024 · 0 comments
Open

JWT refresh handling #7

jb3 opened this issue Aug 27, 2024 · 0 comments
Assignees
Labels
component: frontend Issues relating to frontend functionality type: feature

Comments

@jb3
Copy link
Member

jb3 commented Aug 27, 2024

We should look at the exp field in JWTs received from the backend and attempt to revalidate them before they expire. We could look into using Service Workers to do this revalidation and handle token refresh for any open tabs, or even in the background (within a reasonable time-frame).

@jb3 jb3 added component: frontend Issues relating to frontend functionality type: feature labels Aug 27, 2024
@jb3 jb3 self-assigned this Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: frontend Issues relating to frontend functionality type: feature
Projects
Status: Todo
Development

No branches or pull requests

1 participant