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.
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.