feat(auth): add GitHub OAuth authentication support (#489)#553
feat(auth): add GitHub OAuth authentication support (#489)#553MeghPatel-007 wants to merge 2 commits into
Conversation
|
Warning Review limit reached
More reviews will be available in 58 minutes. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (17)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @UTKARSHH20 , I’ve completed the implementation and verified the changes locally while keeping the scope limited to the linked issue. Whenever you have time, could you please review the PR and share any feedback or requested changes? If everything looks good, I’d appreciate moving it forward. Also, if any additional labels are required for classification/GSSoC tracking, could you please add them during review. Thank you for your time and support 🚀 |
Summary
This PR adds GitHub OAuth authentication support to the application, allowing users to sign in using their GitHub account in addition to the existing email/password and Google authentication methods.
Changes Made
Frontend
Backend
Authentication Flow
Environment Variables
Frontend:
Backend:
Acceptance Criteria
Testing
Closes #489