Skip to content

Fix/GitHub disconnect - #122

Open
DevOlabode wants to merge 5 commits into
mainfrom
fix/github-disconnect
Open

Fix/GitHub disconnect#122
DevOlabode wants to merge 5 commits into
mainfrom
fix/github-disconnect

Conversation

@DevOlabode

Copy link
Copy Markdown
Member

closes #121

@DevOlabode DevOlabode self-assigned this Aug 28, 2026
@DevOlabode
DevOlabode removed the request for review from ieliofficial August 28, 2026 06:18
@DevOlabode
DevOlabode force-pushed the fix/github-disconnect branch from a765983 to 9889411 Compare August 28, 2026 06:20

@ieliofficial ieliofficial left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backend shape is right and both revoked paths on /storages are tested.

It only covers /storages though. /storage/name-availability (auth.js:117)
and /storage/create (auth.js:147) still answer a revoked token with a 400
and no GITHUB_AUTH_REVOKED code, so the frontend falls back to matching
the error string. Can those two use githubAccessRevoked() as well? That's
also what #121 asks for.

One other thing, not in the body: Cancel on Connect now signs you out
(App.jsx:376). Right for the revoked case, but is it right for someone
who just clicked Connect by mistake?

Those two and I'll merge.

…t and remove redundant checks in storage routes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix GitHub App Reinstallation Flow After App Revocation

2 participants