django-rest-auth/dj_rest_auth
2020-11-17 16:09:48 -06:00
..
locale Added ukrainian locale 2020-05-30 09:30:49 +03:00
registration use import_callable() to correctly import classes in REST_AUTH_REGISTER_PERMISSION_CLASSES 2020-08-21 01:02:09 +02:00
tests Cleans up refresh logic + Adds unit tests 2020-11-17 16:09:48 -06:00
__init__.py Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
__version__.py Removes <3.1 requirement 2020-11-11 22:26:51 -06:00
admin.py Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
app_settings.py Fix incorrectly named Serializer in app_settings 2020-11-17 16:09:48 -06: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 Fix import and allow the JWTSerializerWithExpiration to be overridable 2020-11-17 16:09:48 -06:00
social_serializers.py Fixes references to serializers + isort 2020-02-29 23:56:21 -06:00
urls.py Fixes tests not running explicitly declared versions 2020-08-09 13:59:28 -05:00
utils.py Fixes JWT_TOKEN_CLAIMS_SERIALIZER get attribute 2020-07-02 23:26:48 -05:00
views.py Cleans up refresh logic + Adds unit tests 2020-11-17 16:09:48 -06:00