-
Notifications
You must be signed in to change notification settings - Fork 191
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
create_user() missing 2 required positional arguments: 'name' and 'password' #217
Comments
Hi all. My team and I are constantly using this framework and it seems it has died out there. I contacted the owner by email asking if he would add some of us as maintainers so we could continue to improve it. However we didn't get a response. I am publishing the project under my profile and we are going to continue to invest time in it. So I would like to gently ask you to contribute to this project on: https://github.com/wagnerdelima/drf-social-oauth2 Thank you for understanding. |
set default password to def create_user(self, name, email, password=None, **extra_fields): after that |
I have a similar error, and I still have the same error, is there any other way to fix it ? |
@KarimaMarina this framework is bugged. Please use https://github.com/wagnerdelima/drf-social-oauth2/ instead. If the error persists please let me know. |
hi, i have this error |
I want to make social auth and get name and email from google sign in. I've been adding an extra scope
but, after trying to convert-token, i got an error
and this is create_user function
Is there any mistake?
The text was updated successfully, but these errors were encountered: