django-rest-auth/dj_rest_auth/tests
alichass 0722ec4aee added the ability to customise claims in the jwt token - has tests
JWT claim serializer now can be set to something custom in settings:
JWT_TOKEN_CLAIMS_SERIALIZER = myTokenObtainSerializer

Ideally JWT_TOKEN_CLAIMS_SERIALIZER  would be a key in REST_AUTH_SERIALIZERS and assigned through import_callable, as with the other serializers; however, I could not quite figure out how to implement it that way
2020-06-20 13:20:07 -05:00
..
__init__.py Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
django_urls.py Fixes tests 2020-02-29 19:46:32 -06:00
mixins.py Fixes references to serializers + isort 2020-02-29 23:56:21 -06:00
requirements.pip Simplfies CI config + Pins dep versions 2020-06-20 12:53:16 -05:00
settings.py Adds xml outputs 2020-06-20 12:25:55 -05:00
test_api.py added the ability to customise claims in the jwt token - has tests 2020-06-20 13:20:07 -05:00
test_social.py Support for Http-Only JWT Cookies 2020-03-22 05:41:16 -05:00
urls.py Adds a tox.ini file and instructions in the readme for how to use it. 2020-05-16 13:41:45 -07:00