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, we just silently fail on backend calls once the access token is expired. We should redirect to the login page instead and fetch a new token.
The text was updated successfully, but these errors were encountered:
This PR adds better token handling on the server-side. It removes the backend API token from the `session`, since we do all calls on the server-side now, which is much cleaner. It also syncs the expiry of frontend and backend token (this fixes#467) and moves the locale to the user session.
This PR adds better token handling on the server-side. It removes the backend API token from the `session`, since we do all calls on the server-side now, which is much cleaner. It also syncs the expiry of frontend and backend token (this fixes#467) and moves the locale to the user session.
Currently, we just silently fail on backend calls once the access token is expired. We should redirect to the login page instead and fetch a new token.
The text was updated successfully, but these errors were encountered: