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
Expire AccessTokens even when REFRESH_TOKEN_EXPIRE_SECONDS is not set (#551)
If refresh tokens are not being used or if REFRESH_TOKEN_EXPIRE_SECONDS
is not set in the settings then access tokens are never cleaned up by
the `cleartokens` command.
0 commit comments