Django Rest Auth Versions Save

This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)

0.9.5

5 years ago
  • fixed package distribution issue

0.9.4

5 years ago
  • Compatibility fixes (#437, #506)
  • JWT auth cookie fix (#345)
  • config & packaging fixes
  • updated docs
  • added new translations (Czech, Chinese, Turkish, Korean)

v0.9.3

6 years ago
  • 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

6 years ago
  • added permission classes configuration for registration
  • added more info to JWT docs
  • added Polish translations

v0.9.1

7 years ago
  • fixed import error when extending rest_auth serializers
  • added sensitive fields decorator
  • added Spanish translations

v0.9.0

7 years ago
  • 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

7 years ago
  • fixed allauth import error
  • added swagger docs to demo project

v0.8.1

7 years ago

v0.8.0

7 years ago
  • added support for django-rest-framework-jwt
  • bugfixes

v0.7.0

8 years ago
  • 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