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
This service has a limited set of responsibilities:
periodically check all access tokens stored in redis and refresh any that will soon expire
remove any access tokens that are expired and whose refresh tokens are also expired
upon removing tokens modify any sessions that exist that reference access tokens that have been removed
upon removing tokens from a session if any session has no other valid tokens left then remove the session (please note that anonymous sessions will be valid sessions that can "live" without having any tokens)
The text was updated successfully, but these errors were encountered:
This service has a limited set of responsibilities:
The text was updated successfully, but these errors were encountered: