Commit Graph

12 Commits

Author SHA1 Message Date
Daniel Stanton
e9c4ecbc07 Use REST_AUTH_TOKEN_APP and remove REST_USE_JWT
Prevent simultaneous Knox and JWT use. Options are 'jwt' or 'knox'
2017-01-24 14:20:41 +00:00
Daniel Stanton
41b5cca6db Removed bad commas 2017-01-24 13:01:17 +00:00
Daniel Stanton
a8c6248134 DefaultTokenSerializer depends on REST_USE_KNOX 2017-01-24 12:51:29 +00:00
Daniel Stanton
64b241c93f Added KnoxTokenSerializer to app_settings 2017-01-24 12:36:19 +00:00
Jon Gregorowicz
f8a9cc152d Merge branch 'master' into jwt-support
# Conflicts:
#	docs/configuration.rst
#	rest_auth/registration/views.py
#	rest_auth/tests/test_api.py
#	rest_auth/utils.py
#	rest_auth/views.py
2016-02-15 23:35:32 -05:00
Jon Gregorowicz
19e234d1dc * Added support for REST_USE_JWT
* Added JWTSerializer
* Added JWT encoding support, based on django-rest-framework-jwt
* Tests for JWT authentication
2016-01-04 12:45:33 -05:00
Mateus Caruccio
c9d55f768c Add support for custom Token model 2016-01-02 15:59:06 -02:00
mjaworski
9803d9f941 adding static code analysis 2015-04-28 10:04:20 +02:00
Mateusz Sikora
e8a7b0bdf4 add old_password field in PasswordChangeSerializer, disabled by default 2014-11-12 11:51:22 +01:00
Mateusz Sikora
989f3fa7af minor fixes 2014-10-09 11:41:52 +02:00
Mateusz Sikora
6ecb6a7847 fix setting name 2014-10-09 10:49:20 +02:00
Mateusz Sikora
2b5942c4ac custom serializers settings 2014-10-08 13:19:34 +02:00