Open Fursum opened 1 year ago
Currently the api request fails because auth function does not check for expired sessions. Add refresh token logic and force to re-authenticate if both are expired.
API returns 401 Unauthorized when the session token is invalid. UI should redirect users to the login page when session is expired
Currently the api request fails because auth function does not check for expired sessions. Add refresh token logic and force to re-authenticate if both are expired.