Releases: Tivix/django-rest-auth
Releases · Tivix/django-rest-auth
v0.9.5
- fixed package distribution issue
v0.9.4
- Compatibility fixes (#437, #506)
- JWT auth cookie fix (#345)
- config & packaging fixes
- updated docs
- added new translations (Czech, Chinese, Turkish, Korean)
v0.9.3
- 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
- added permission classes configuration for registration
- added more info to JWT docs
- added Polish translations
v0.9.1
- fixed import error when extending rest_auth serializers
- added sensitive fields decorator
- added Spanish translations
v0.9.0
- 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
- fixed allauth import error
- added swagger docs to demo project
v0.8.0
- added support for django-rest-framework-jwt
- bugfixes
v0.7.0
- 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