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
When a refresh token is sent to generate a new user scoped session token, it does not expire/delete the old token, resulting in an ever growing table of tokens, and potential security issue
src/routes/oauth/token.ts :: procPostOauthToken()
The text was updated successfully, but these errors were encountered:
When a refresh token is sent to generate a new user scoped session token, it does not expire/delete the old token, resulting in an ever growing table of tokens, and potential security issue
src/routes/oauth/token.ts :: procPostOauthToken()
The text was updated successfully, but these errors were encountered: