Skip to content

Releases: sunscrapers/djoser

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

Release 1.1.1

05 Nov 09:26
Compare
Choose a tag to compare

Bugfix release. List of changes:

  • Fix: Token Strategy breaks in all cases if djangorestframework-jwt not installed

Release 1.1.0

05 Nov 01:30
Compare
Choose a tag to compare

In this major release a primary goal was to introduce a basic integration with third party based authentication. List of changes:

  • Add third party based authentication support
  • Add JWT token strategy for new authentication method
  • Add EMAIL setting to allow simpler email customization.
  • Add SOCIAL_AUTH_TOKEN_STRATEGY and SOCIAL_AUTH_ALLOWED_REDIRECT_URIS
    settings along new authentication method
  • Add documentation about new authentication method
  • Update documentation index into captioned sections for better readability