django-rest-social-auth
django-rest-social-auth copied to clipboard
Allow using custom JWT token classes
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.