django-rest-auth/dj_rest_auth
2020-11-26 19:47:11 +01:00
..
locale Moved swedish translation to the correct location 2020-11-26 19:47:11 +01:00
registration Update serializers.py (#172) 2020-11-23 22:51:50 -06:00
tests Adds view for refreshing tokens with cookies (#173) 2020-11-19 09:29:01 -06:00
__init__.py Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
__version__.py Version Bumps to 2.1.1 2020-11-18 21:48:31 -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 Adds view for refreshing tokens with cookies (#173) 2020-11-19 09:29:01 -06: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 Adds view for refreshing tokens with cookies (#173) 2020-11-19 09:29:01 -06: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