-
Notifications
You must be signed in to change notification settings - Fork 660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[registration] Provide serializer context to TokenSerializer/JWTSerializer #478
Comments
nemesifier
added a commit
to nemesifier/django-rest-auth
that referenced
this issue
Nov 8, 2018
Pass serializer_context to TokenSerializer/JWTSerializer so extensions of these serializers can make use of it to implement customised logic. Closes Tivix#478
nemesifier
added a commit
to nemesifier/django-rest-auth
that referenced
this issue
Nov 8, 2018
Pass serializer_context to TokenSerializer/JWTSerializer so extensions of these serializers can make use of it to implement custom logic. Closes Tivix#478
nemesifier
added a commit
to nemesifier/django-rest-auth
that referenced
this issue
Nov 8, 2018
Pass serializer context to TokenSerializer/JWTSerializer so extensions of these serializers can make use of it to implement custom logic. Closes Tivix#478
Resolved in iMerica/dj-rest-auth#52. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the serializer context is not passed to TokenSerializer/JWTSerializer, the ways in which those serializers can be extended is greatly impaired. I'm going to send a patch to fix this. It's a very small addition which I think makes sens to do in the core code of django-rest-auth.
The text was updated successfully, but these errors were encountered: