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
"user-<username>" - all user data in redis related to this user has this key
"RT-<username>-<random #>" - refresh token session storage. username and randomID are taken from access token payload to find refresh token in db in O(1)