st4lk / django-rest-social-auth

OAuth signin with django rest framework
MIT License
519 stars 122 forks source link

Allow using custom JWT token classes #158

Closed vainu-arto closed 1 year ago

vainu-arto commented 1 year ago

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.

st4lk commented 1 year ago

Hey @vainu-arto Thank you for the interest in the project!

Your changes are merged in this PR: https://github.com/st4lk/django-rest-social-auth/pull/167

st4lk commented 1 year ago

Available in pypi rest-social-auth v8.0.0