mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
9e905fc8e4
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 |
||
---|---|---|
.. | ||
locale | ||
registration | ||
tests | ||
__init__.py | ||
__version__.py | ||
admin.py | ||
app_settings.py | ||
models.py | ||
serializers.py | ||
social_serializers.py | ||
urls.py | ||
utils.py | ||
views.py |