django-rest-auth/dj_rest_auth
2020-05-11 19:39:33 -05:00
..
locale Compile italian language 2020-05-07 10:35:22 +02:00
registration Pass context to JWTSerializer and TokenSerializer 2020-04-21 18:17:57 +03:00
tests changed invalid or expired and blacklisted errors to 401 2020-04-09 21:00:48 -04:00
__init__.py Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
__version__.py Adds centralized version store 2020-05-09 17:32:05 -05:00
admin.py Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
app_settings.py Fix missed import_callable 2020-04-17 11:27:24 +03:00
models.py Use import_string for getting TokenModel instead of passing class 2020-04-15 16:26:54 +03:00
serializers.py Fixes no-user issue 2020-05-11 19:39:33 -05: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 Support for Http-Only JWT Cookies 2020-03-22 05:41:16 -05:00
views.py Move import inside response method 2020-04-14 15:20:43 -04:00