django-rest-social-auth icon indicating copy to clipboard operation
django-rest-social-auth copied to clipboard

Allow using custom JWT token classes

Open vainu-arto opened this issue 2 years ago • 0 comments

Use the full path to the token class in jwt_token_class_name so that customized implementations (which are fully supported by djangorestframework-simplejwt) can be used without needing to override the serializer get_token_instance() method.

vainu-arto avatar Sep 22 '22 06:09 vainu-arto