Django-google-sso

Latest version: v8.0.0

Safety actively analyzes 702700 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

2.4.0

Features

* feat: Add GOOGLE_SSO_PRE_LOGIN_CALLBACK feature

Resolves 10 ([`44ade37`](https://github.com/megalus/django-google-sso/commit/44ade37ce4f65a530562da4edbdc4c5d122d9f85))

2.3.1

Fixes

* fix: small fixes

* typo in environments variables (thanks ciodaro)
* update github action dependencies ([`1ec44cc`](https://github.com/megalus/django-google-sso/commit/1ec44cc5f6080e8de67a0548b3af647ba96cc262))

Unknown

* Merge pull request 9 from ciodaro/fix/settings-var-name

Fixing settings var name from GOGGLE to GOOGLE ([`285ed2b`](https://github.com/megalus/django-google-sso/commit/285ed2b6e18540c5b3fc1b1d464e7890b3fbdc1c))

* Fixing settings var name from GOGGLE to GOOGLE ([`7424d1b`](https://github.com/megalus/django-google-sso/commit/7424d1be12f91893ae5cff88bed5a174a2990f4c))

2.3.0

New features

* Add Python 3.11 support
* Add Django 4.1 support

New settings options:

* GOOGLE_SSO_AUTHENTICATION_BACKEND: set up a custom authentication backend to log in the Google SSO users. Thanks savionak. Resolves 4
* GOOGLE_SSO_AUTO_CREATE_USERS: toggle auto-create users

New documentation:

Full documentation is now hosted on https://chrismaille.github.io/django-google-sso/

Fix bugs

* Fix error when anonymous request session is not created. Resolves 3
* Fix error when Google Picture URL is larger than 255 characters. We accept up to 2,000 characters now. Resolves 6 ([`8ef3b04`](https://github.com/megalus/django-google-sso/commit/8ef3b04e2c096338c4b92126ebbf4f6cfac0d208))

* feat: Add new settings option GOOGLE_SSO_AUTHENTICATION_BACKEND

Use this option if you have multiple authentication backends to select one. ([`4212782`](https://github.com/megalus/django-google-sso/commit/4212782eae4c1400e1d9634b79df83f4a5d36f3d))

Unknown

* Merge pull request 8 from chrismaille/develop

New Release 2.3.0 ([`85571ba`](https://github.com/megalus/django-google-sso/commit/85571ba22fd90bcb10dd6ac43285696b430e5f8c))

* Merge pull request 7 from chrismaille/update_python_version

New release ([`81612e5`](https://github.com/megalus/django-google-sso/commit/81612e559b59331211f39e1862637be238cd3358))

* Merge pull request 5 from savionak/multiple-backend-fix

feat: Add new settings option GOOGLE_SSO_AUTHENTICATION_BACKEND ([`125012b`](https://github.com/megalus/django-google-sso/commit/125012b9bea7c3b774a34728f57b76afb18c90c2))

* Create FUNDING.yml ([`5b6f2f6`](https://github.com/megalus/django-google-sso/commit/5b6f2f6c6ae944a9361f0ec6314267f9101ed2d1))

2.2.0

Features

* feat: Make Sites Framework optional

To define the callback netloc, you can simply use the GOOGLE_SSO_CALLBACK_DOMAIN settings. Please make not if you use both, the value on GOOGLE_SSO_CALLBACK_DOMAIN will prevail. ([`e5a3839`](https://github.com/megalus/django-google-sso/commit/e5a38395b68ca4614b67cc5868c5adfd2a504f82))

2.1.0

Features

* feat: Add new settings option GOOGLE_SSO_CALLBACK_DOMAIN

Use this option if you can't or don't want to use Django Sites Framework to determine which domain will be used to generate Django SSO Callback URL.

For example, if you set `GOOGLE_SSO_CALLBACK_DOMAIN="my-other-domain.com"`, you callback url will be `https://my-other-domain.com/google_sso/callback/` ([`4b49059`](https://github.com/megalus/django-google-sso/commit/4b490596a0e2efc47f3067628bb939d832da5ae5))

2.0

Page 5 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.