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
fix(oauth): only remove the related tokens (#81677)
Before this fix, if someone deleted 1 authorization for one org we would
delete all tokens for that app even if they're related to another org.
This was not an issue before because our application authorization was
user level, and becomes a problem now that some of them become (org,
user) level.
0 commit comments