Skip to content

Comments

BA-2961 third party sign in google#378

Open
ficast wants to merge 58 commits intoepic/allauth-v2from
feature/BA-2961-third-party-sign-in-google
Open

BA-2961 third party sign in google#378
ficast wants to merge 58 commits intoepic/allauth-v2from
feature/BA-2961-third-party-sign-in-google

Conversation

@ficast
Copy link
Contributor

@ficast ficast commented Jan 27, 2026

Should be merged after #371

ficast and others added 30 commits December 24, 2025 14:11
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>
@coderabbitai
Copy link

coderabbitai bot commented Jan 27, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/BA-2961-third-party-sign-in-google

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ficast ficast marked this pull request as ready for review February 17, 2026 12:34
@ficast ficast requested a review from nossila as a code owner February 17, 2026 12:34
Copilot AI review requested due to automatic review settings February 17, 2026 12:34
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

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.

3 participants