django-rest-auth/dj_rest_auth
2020-07-02 23:26:48 -05:00
..
locale Added ukrainian locale 2020-05-30 09:30:49 +03:00
registration Merge pull request #82 from brunomichetti/fix/make-verify-email-browsable 2020-06-03 22:55:06 -05:00
tests Update test_api.py 2020-06-27 14:58:29 -04:00
__init__.py Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
__version__.py Bumps version 2020-06-24 01:33:52 -05:00
admin.py Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
app_settings.py Adds a tox.ini file and instructions in the readme for how to use it. 2020-05-16 13:41:45 -07:00
jwt_auth.py Added CSRF checks on authenticated views when client uses JWT-cookie auth 2020-06-27 05:58:47 -04:00
models.py Use import_string for getting TokenModel instead of passing class 2020-04-15 16:26:54 +03:00
serializers.py Updated PasswordResetConfirmSerializer docstring 2020-05-28 00:13:43 +02:00
social_serializers.py Fixes references to serializers + isort 2020-02-29 23:56:21 -06:00
urls.py Update dj_rest_auth/urls.py 2020-04-16 00:28:14 -05:00
utils.py Fixes JWT_TOKEN_CLAIMS_SERIALIZER get attribute 2020-07-02 23:26:48 -05:00
views.py no need to pass context to get_serializer 2020-06-23 15:28:03 +05:30