Back to all

Token Expiry

we use simple UID/ Password authentication when the user logs in to our application in a browser session and store the token returned.

We have code that attempts to keep the token alive within the the 10 minute period. However, if the user moves to a different tab in the browser or minimises the browser the JavaScript stops running and the token expires.

Is there a way to renew the token without asking the user the re-authenticate?