- fixed package distribution issue
- Compatibility fixes (#437, #506)
- JWT auth cookie fix (#345)
- config & packaging fixes
- updated docs
- added new translations (Czech, Chinese, Turkish, Korean)
- 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
- added permission classes configuration for registration
- added more info to JWT docs
- added Polish translations
- fixed import error when extending rest_auth serializers
- added sensitive fields decorator
- added Spanish translations
- allowed using custom UserDetailsSerializer with JWTSerializer
- fixed error with logout on GET
- updated api endpoints and configuration docs
- bugfixes
- minor text fixes
- fixed allauth import error
- added swagger docs to demo project
- added support for django-allauth hmac email confirmation pattern
- added support for django-rest-framework-jwt
- bugfixes
- 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
- dropped support for Python 2.6
- dropped support for Django 1.6
- fixed demo code
- added better validation support for serializers
- added optional logout after password change
- compatibility fixes
- bugfixes
- replaced request.DATA with request.data for compatibility with DRF 3.2
- authorization codes for social login
- view classes rename (appended "View" to all of them)
- bugfixes
- Django 1.8 compatiblity fixes
- fixed bug in PasswordResetConfirmation serializer (token field wasn't validated)
- fixed bug in Register view
- support django-rest-framework v3.0
- fixed few minor bugs
- added old_password field in PasswordChangeSerializer
- make all endpoints browsable
- removed LoggedInRESTAPIView, LoggedOutRESTAPIView
- fixed minor bugs
- replaced
django-registration
withdjango-allauth
- moved registration logic to separated django application (
rest_auth.registration
) - added serializers customization in django settings
- added social media authentication view
- changed request method from GET to POST in logout endpoint
- changed request method from POST to PUT/PATCH for user details edition
- changed password reset confim url - uid and token should be sent in POST
- increase test coverage
- made compatibile with django 1.7
- removed user profile support