Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(oauth): only remove the related tokens #81677

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Conversation

sentaur-athena
Copy link
Member

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.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Dec 4, 2024
@sentaur-athena sentaur-athena requested review from a team December 5, 2024 18:40
@sentaur-athena sentaur-athena merged commit fb83c31 into master Dec 10, 2024
50 checks passed
@sentaur-athena sentaur-athena deleted the athena/delete-auth branch December 10, 2024 21:45
@github-actions github-actions bot locked and limited conversation to collaborators Dec 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants