Skip to content

Releases: python-social-auth/social-app-django

5.6.0

09 Oct 11:55

Choose a tag to compare

Changed

  • Fixed possibly unsafe account association (CVE-2025-61783)
  • Storage now filters for active users

Added

  • Django 6.0 and Python 3.14 compatibility
  • Type annotations
  • LoginRequiredMiddleware compatibility
  • RAISE_EXCEPTIONS and LOGIN_ERROR_URL can be configured per backend

Release 5.5.1

27 Jun 13:11

Choose a tag to compare

Changed

  • Fixed authentication with OpenID based services

Donations

This project welcomes donations to make the development sustainable, you can fund Python Social Auth on the following platforms:

Release 5.5.0

27 Jun 06:34

Choose a tag to compare

Changed

  • Dropped support for older Django versions.
  • Added non-empty constraint on uid.
  • Added support for session restore with stricter SameSite cookie policy.

Donations

This project welcomes donations to make the development sustainable, you can fund Python Social Auth on the following platforms:

Release 5.4.3

13 Feb 13:07

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.4.2...5.4.3

Release 5.4.2

12 Jul 13:19

Choose a tag to compare

What's Changed

  • Fixed UserSocialAuth creation by allowing JSONField to be blank
  • Fixed the assumption that UID can only be an integer (#571)

New Contributors

Full Changelog: 5.4.1...5.4.2

Release 5.4.1

24 Apr 17:22

Choose a tag to compare

Changed

  • Added reverse migration for JSON field
  • Fixed improper handling of case sensitivity with MySQL/MariaDB (CVE-2024-32879)

Release 5.4.0

17 Oct 07:41

Choose a tag to compare

Changed

  • Improved JSON field migration performance
  • Introduce configuration to request POST only requests for social authentication
  • Updated list of supported Django and Python versions

Release 5.3.0

01 Sep 11:29

Choose a tag to compare

  • Uses Django native JSON field

Release 5.2.0

31 Mar 07:02

Choose a tag to compare

Changed

  • Removed support for Django<3.2
  • Fixed missing migration issue

Release 5.1.0

15 Mar 18:24

Choose a tag to compare

Changed

  • Compatibility with recent Django and Python versions
  • Coding style improvements
  • Improved error handling in SocialAuthExceptionMiddleware