mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-11-02 08:47:26 +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 |
||
|---|---|---|
| .. | ||
| 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 | ||