generated from nimblehq/git-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Backend] As a user, I can automatically re-authenticate if my access token expires #36
Comments
5 tasks
liamstevens111
changed the title
[Backend] As a user, I can automartically re-authenicate if my access token expires
[Backend] As a user, I can automatically re-authenticate if my access token expires
Feb 17, 2023
liamstevens111
moved this from Ready for development
to In development
in React.js Survey project
Feb 23, 2023
liamstevens111
moved this from In development
to Ready for development
in React.js Survey project
Feb 23, 2023
liamstevens111
moved this from Ready for development
to In development
in React.js Survey project
Feb 23, 2023
liamstevens111
added a commit
that referenced
this issue
Feb 24, 2023
Closed
3 tasks
liamstevens111
added a commit
that referenced
this issue
Feb 24, 2023
liamstevens111
added a commit
that referenced
this issue
Mar 7, 2023
liamstevens111
added a commit
that referenced
this issue
Mar 7, 2023
liamstevens111
added a commit
that referenced
this issue
Mar 8, 2023
liamstevens111
added a commit
that referenced
this issue
Mar 8, 2023
5 tasks
liamstevens111
moved this from In development
to In code review
in React.js Survey project
Mar 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why
access_token
s has an expirary time so to not force the user to re-enter login details the "session" is maintained.Acceptance Criteria
Design
Use
Axios Interceptors
on error response code to check existing local storage for a refresh_tokenResources
(Optional) Add useful resources such as links to documentation, implementation ideas, or best practices.
The text was updated successfully, but these errors were encountered: