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
State:
After 2 days, the id token validity runs out. The user has to log in again, which is unnecessary due to there being a refreshment token which should handle that job. On logout, the session at auth0 persists.
Goal:
Use the refresh token to get a new id token once the old one is invalid, hence rendering manual re-logging obsolete. When the user manually logs out, destroy his session stuff at auth0.com.
The text was updated successfully, but these errors were encountered:
State:
After 2 days, the id token validity runs out. The user has to log in again, which is unnecessary due to there being a refreshment token which should handle that job. On logout, the session at auth0 persists.
Goal:
Use the refresh token to get a new id token once the old one is invalid, hence rendering manual re-logging obsolete. When the user manually logs out, destroy his session stuff at auth0.com.
The text was updated successfully, but these errors were encountered: