Releases: Tivix/django-rest-auth
Releases · Tivix/django-rest-auth
v0.9.5
01 Apr 07:56
Compare
Sorry, something went wrong.
No results found
fixed package distribution issue
v0.9.4
01 Apr 07:21
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
added permission classes configuration for registration
added more info to JWT docs
added Polish translations
v0.9.1
06 Mar 06:09
Compare
Sorry, something went wrong.
No results found
fixed import error when extending rest_auth serializers
added sensitive fields decorator
added Spanish translations
v0.9.0
22 Dec 22:33
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
fixed allauth import error
added swagger docs to demo project
v0.8.1
28 Jul 20:46
Compare
Sorry, something went wrong.
No results found
v0.8.0
28 Jul 20:34
Compare
Sorry, something went wrong.
No results found
added support for django-rest-framework-jwt
bugfixes
v0.7.0
23 Feb 15:43
Compare
Sorry, something went wrong.
No results found
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