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, the access token is only refreshed shortly before it expires. However, the access token may expire before the expected time (e.g. after changing the password). This causes all API requests to fail with a 401 response code, rendering the app unusable (unless you re-login).
To fix this, the access token should be updated when a 401 response code is received.
The text was updated successfully, but these errors were encountered:
Currently, the access token is only refreshed shortly before it expires. However, the access token may expire before the expected time (e.g. after changing the password). This causes all API requests to fail with a 401 response code, rendering the app unusable (unless you re-login).
To fix this, the access token should be updated when a 401 response code is received.
The text was updated successfully, but these errors were encountered: