Skip to content

Comments

Fix GitHub OAuth scope formatting issue#464

Merged
benadida merged 1 commit intomasterfrom
claude/fix-github-oauth-scope-dX4pE
Jan 18, 2026
Merged

Fix GitHub OAuth scope formatting issue#464
benadida merged 1 commit intomasterfrom
claude/fix-github-oauth-scope-dX4pE

Conversation

@benadida
Copy link
Owner

GitHub changed to expect comma-separated scopes instead of space-separated. The requests_oauthlib library joins scope lists with spaces by default, producing "read:user user:email", but GitHub now expects "read:user,user:email".

Changed the scope parameter from a list to a comma-separated string to match GitHub's current requirements.

GitHub changed to expect comma-separated scopes instead of space-separated.
The requests_oauthlib library joins scope lists with spaces by default,
producing "read:user user:email", but GitHub now expects "read:user,user:email".

Changed the scope parameter from a list to a comma-separated string to match
GitHub's current requirements.
@benadida benadida merged commit 4e244da into master Jan 18, 2026
3 checks passed
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.

2 participants