-
Notifications
You must be signed in to change notification settings - Fork 21
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
The fields required for generating a token. #54
Comments
@afanzaimoyu You can create your own token generation as shown here |
Have the same problem. The problem is in |
So it will be cool to take |
Thanks, I think I'll do it |
Hello, when calling the "http://localhost:8000/api/token/pair" endpoint, I need to provide username and password. However, my User model does not have the password field. How can I modify this without changing the source code?
I only know how to make modifications here, but I prefer not to modify the source code:
The text was updated successfully, but these errors were encountered: