Skip to content

Releases: sunscrapers/djoser

2.3.1

09 Nov 16:57
Compare
Choose a tag to compare
  • add support for Django 5.1.1 (mails serialization was failing) #842
  • remove django-templated-mail from deps #846

2.3.0

09 Nov 14:33
Compare
Choose a tag to compare
  • a potentially breaking change: fix vuln where users were given tokens if the given password was correct, but they haven't passed Django internal AUTHENTICATION_BACKENDS #795

2.2.3

07 Jun 09:32
Compare
Choose a tag to compare
  • add support for protocol, domain and site name customization in the email contents #781
  • remove unused inactive_account serializer error, not in use since Django 1.10 b02c422
  • add catalan translations, update spanish translations #826
  • move serializers for TokenDestroyView and SignupRequestView to class level, so the OpenAPI schema can be automatically generated #817
  • fixed typo SingupRequestView -> SignupRequestView #817

2.2.2

09 Nov 11:09
Compare
Choose a tag to compare
  • fix regression: rollback path changes as it resulted in regressions for some #778
  • add Django 5 to test suite pipeline - consider it being supported #772
  • fix in docs 641b824

2.2.1

05 Nov 16:19
Compare
Choose a tag to compare

2.2.0

16 Apr 11:39
Compare
Choose a tag to compare
  • add WebAuthn support
  • add translations: Japanese, German, Brazilian
  • add support for Django 3 and 4, drop support for Django 2
  • drop support for Python 3.7
  • use safe urls in templates
  • renamed ID_FIELD to USER_ID_FIELD

Release 1.1.5

08 Dec 17:06
Compare
Choose a tag to compare

Bugfix release. List of changes:

  • Add Steam config to testproject
  • Add python egg data to .gitignore
  • Update social auth serializer to use GET parameters instead of JSON data
  • Update python-social-auth integration tests to use GET parameters
  • Update social auth credentials in testproject to use environment variables by default

Release 1.1.4

08 Dec 17:05
Compare
Choose a tag to compare

Bugfix release. List of changes:

  • Add proper validation errors for OAuth state validation

Release 1.1.3

08 Dec 17:05
Compare
Choose a tag to compare

Bugfix release. List of changes:

  • Update python-social-auth load strategy invoke to use proper requests

Release 1.1.2

08 Dec 17:03
Compare
Choose a tag to compare

Bugfix release. List of changes:

  • Fix: Request data is not available in python-social-auth backends