Description
When the access token expires, the application cannot logout .
This is because valid access tokens are required to accomplish a successful logout call.
Task
[ ] Ensure access tokens do not expire by regenerating them using the issued refresh tokens
[ ] Ensure the access tokens get regenerated only when the user is still active (listen to clicks, keystrokes and scrolls)
Description When the access token expires, the application cannot logout . This is because valid access tokens are required to accomplish a successful logout call.
Task
access tokens
do not expire by regenerating them using the issuedrefresh tokens