Skip to content

Releases: Tivix/django-rest-auth

v0.9.5

01 Apr 07:56
Compare
Choose a tag to compare
  • fixed package distribution issue

v0.9.4

01 Apr 07:21
Compare
Choose a tag to compare
  • Compatibility fixes (#437, #506)
  • JWT auth cookie fix (#345)
  • config & packaging fixes
  • updated docs
  • added new translations (Czech, Chinese, Turkish, Korean)

v0.9.3

21 Jan 01:15
Compare
Choose a tag to compare
  • added social connect views
  • added check for pre-existing accounts in social login
  • prevent double-validation in LoginSerializer
  • unit tests and demo project changes for Django 2.0

v0.9.2

03 Oct 13:32
Compare
Choose a tag to compare
  • added permission classes configuration for registration
  • added more info to JWT docs
  • added Polish translations

v0.9.1

06 Mar 06:09
Compare
Choose a tag to compare
  • fixed import error when extending rest_auth serializers
  • added sensitive fields decorator
  • added Spanish translations

v0.9.0

22 Dec 22:33
Compare
Choose a tag to compare
  • allowed using custom UserDetailsSerializer with JWTSerializer
  • fixed error with logout on GET
  • updated api endpoints and configuration docs
  • bugfixes
  • minor text fixes

v0.8.2

01 Nov 18:13
Compare
Choose a tag to compare
  • fixed allauth import error
  • added swagger docs to demo project

v0.8.1

28 Jul 20:46
Compare
Choose a tag to compare
Bump to v0.8.1

v0.8.0

28 Jul 20:34
Compare
Choose a tag to compare
  • added support for django-rest-framework-jwt
  • bugfixes

v0.7.0

23 Feb 15:43
Compare
Choose a tag to compare
  • Wrapped API returned strings in ugettext_lazy
  • Fixed not using get_username which caused issues when using custom user model without username field
  • Django 1.9 support
  • Added TwitterLoginSerializer