The application frequently terminates the user session due to access_token expiration.
To add -
- get and store refresh token from LS Login
- refresh token endpoint
- check and refresh token whenever required instead of logging out
- add checks in
proxy.tx/middleware.ts
The application frequently terminates the user session due to
access_tokenexpiration.To add -
proxy.tx/middleware.ts