You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, refresh tokens have a 24 hour life span. After 24 hours, any requests made by the user will run through the axiosAPI interceptor to get a new accessToken, but when that request also fails, the frontend does nothing to redirect the user.
The text was updated successfully, but these errors were encountered:
Currently, refresh tokens have a 24 hour life span. After 24 hours, any requests made by the user will run through the axiosAPI interceptor to get a new accessToken, but when that request also fails, the frontend does nothing to redirect the user.
The text was updated successfully, but these errors were encountered: