chore(oauth): remove unused github-repo generic OAuth provider#3543
chore(oauth): remove unused github-repo generic OAuth provider#3543waleedlatif1 merged 1 commit intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Cleans up related surface area by deleting Written by Cursor Bugbot for commit 1326dd5. Configure here. |
Greptile SummaryThis PR removes the unused
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[GitHub Block] -->|PAT auth| B[GitHub API]
C[Social Login] -->|socialProviders.github\nGITHUB_CLIENT_ID / SECRET| D[better-auth OAuth flow]
E[github-repo genericOAuth] -->|REMOVED| F[❌ Deleted]
style E fill:#f88,stroke:#c00
style F fill:#f88,stroke:#c00
style A fill:#aef,stroke:#06b
style C fill:#aef,stroke:#06b
Last reviewed commit: 1326dd5 |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Summary
Type of Change
Testing
Tested manually — OAuth tests pass (111/111)
Checklist