fusionSuite/FusionSuite

Handle expired authentication tokens correctly

Opened this issue · 0 comments

When the authentication token expires, the frontend continues to try to get types while the user is not authorized. Due to fusionSuite/frontend@0e88eae, an error page is displayed and prevents the user to access the login page.

When a request fails due to a bad authentication, the frontend should be able to detect that the token has expired and logout the user properly.