mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-11-03 01:07:25 +03:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| django_urls.py | ||
| mixins.py | ||
| requirements.pip | ||
| settings.py | ||
| test_api.py | ||
| test_social.py | ||
| urls.py | ||