Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…end into feature/BA-2963-implement-headless-oauth-with-allauth
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
…end into feature/BA-2963-implement-headless-oauth-with-allauth
…ss-oauth-with-allauth' into feature/BA-2961-third-party-sign-in-google
…-2961-third-party-sign-in-google
There was a problem hiding this comment.
Pull request overview
This pull request adds Google OAuth social authentication support to baseapp-auth using django-allauth's socialaccount module. It builds upon PR #371 which implemented the core headless OAuth infrastructure with allauth.
Changes:
- Upgrades django-allauth from 65.13.0 to 65.14.0 and adds the headless-spec extra
- Adds allauth socialaccount apps and Google provider to installed apps
- Configures social account settings with auto-signup and email verification
- Documents Google OAuth setup and frontend integration in README
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| testproject/requirements.txt | Updates django-allauth version from 65.13.0 to 65.14.0 for test project |
| setup.cfg | Updates django-allauth dependency with headless-spec extra and version bump |
| baseapp_auth/settings.py | Adds socialaccount apps, Google provider, and configuration settings |
| baseapp_auth/allauth/README.md | Updates version requirement documentation |
| baseapp_auth/README.md | Adds comprehensive Google OAuth documentation with setup and integration instructions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Should be merged after #371