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
Tokens are currently valid for a long time. They should have a shorter expiration period.
Access Tokens within the range of a day (24 hours). That would require logging in once a day.
Id Tokens should be valid for less than one hour. (maybe 10 minutes?) They are only used for signing into the client and letting the client fetch user info from auth server.
Implement a sweeper task which clears expired tokens from the database (perhaps once a day)
The text was updated successfully, but these errors were encountered:
Tokens are currently valid for a long time. They should have a shorter expiration period.
The text was updated successfully, but these errors were encountered: