-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add Google Auth #65
Comments
Hi @krishnan05, I'd like to give it a try. |
I have assigned you this issue. If you have any trouble, please don't hesitate to reach out to me. |
Sure.Thanks. |
Hi @krishnan05, can you please tell me the steps to run the project on my local server. |
Just follow the instructions in READ.ME file. if you are using Windows OS please make the following changes: |
I am using Mac only. And I've read all the instructions in Read.me file. I've installed pnpm, but the other two are giving errors(code E404). So can you please tell me what should I do here, is this any particular version issue? I tried npm version 6.14.12 and 8.19.3 |
Can you share the ss of error. |
It shows python3.7 has been deprecated, so I installed just python3 and got v3.10.8 and then did 'make install', it worked till here. Now I'm trying to do 'make migrate' , this gives error 127 may be because of python version, I'll link the ss for this error. Also in the setup instructions it is written "Replace database credentials in settings.py with yours database credentials", can you please tell me which database credentials I have to use here, as I don't have any db? |
I suggest you to make sure that the python3 alias has been added properly in your environment properly. That done, if you still faces issue you can run scripts in makefile separately with version of python your system supports. Hopefully, this works |
Okay I understood your point. But what I'm asking is, I'm a frontend developer and I don't know much about database stuff, I don't even have any database as I don't work on it. So which credentials should I use here for testing and development? |
Just comment out lines 170 to 179 and uncomment lines 163 to 168 in settings.py. This one will do the job |
I've added python3 alias and changed settings.py, still same error |
Just try running this and tell me if this work for now: |
|
The command is working. As there were no change in the models so it's showing no changes detected. Change PYTHON ?= python3 to PYTHON ?= python in makefile. Your alias is python for python3 itself. If the makefile doesn't work after changes just run |
Yes, server started but this is what I can see. But 'make dev' command is not working (tried it after coming out from api folder). |
Just leave server running on port 8000 |
|
My bad. Its directory should be app not api |
Yes finally it is working now. |
I don't have a cloud console rn. For now you can use your email address. Just remove your credentials before pushing the changes. |
Google authentication can be added to the existing authentication to ease sign-up
Detailed Description
By integrating Google authentication, users can sign up for your application or service using their existing Google accounts. This eliminates the need for users to create and remember a new set of credentials, making the sign-up process faster and more convenient.
Context
The text was updated successfully, but these errors were encountered: