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
As a user
I want to be logged out if any calls to OpenCRVS return a 401
Whenever an API call to open CRVS returns a 401, the token is no longer valid.
The existing logout functionality should remove the token.
Show a pop up to inform the user and allow then to login again.
Tech tasks
Add a 401 check to openCRVS API calls and log the user out
Create a pop up to allow the user to log back
The text was updated successfully, but these errors were encountered:
🚀 Requirements
As a user
I want to be logged out if any calls to OpenCRVS return a 401
Whenever an API call to open CRVS returns a 401, the token is no longer valid.
The existing logout functionality should remove the token.
Show a pop up to inform the user and allow then to login again.
Tech tasks
The text was updated successfully, but these errors were encountered: