-
Notifications
You must be signed in to change notification settings - Fork 34
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
Implement Google Signup Functionality #93
Comments
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible. |
Hey @srivastav2006, currently we are redesigning the complete UI. After that we can implement this. |
Okay |
Hey @srivastav2006, we redesigned our website. Could you explain how you are going to implement this? |
hey @abhijeetnishal Can i work on This we can implement this by setting up our project on google developers console and get credential from there to setup google signin button then we have to write some scripts and it will start working i have implemented this many times so i can work on it. |
Hey @nishant0708, are you planning to use some library for this on server side? |
yes @abhijeetnishal i will use passport. i didn't understand meaning of one tap . see i have added video of login with google button you can see here foodies-web-backend.mp4 |
Hey @nishant0708, have you done this without using passport because I am thinking of doing this without using any library as we are already using bigger library like mongoose, nodemailer, etc. I am thinking of doing this using http method by getting access token and then user info and then save to DB. Also it's not difficult to implement this not like email or other features. |
Google one tap is I don't know if you saw that or not, in some websites you will see the Google accounts as popup at top right when clicking it will directly login to that Google account instead of redirecting. |
Closing this issue as not active. |
Users should be able to sign up using their Google tokens for authentication.
This feature enhances user convenience by allowing them to sign up using their Google accounts, reducing the need to remember additional login credentials.
I also want to add eye icon for password visibility and remember me check box to remember the user
expected:
The text was updated successfully, but these errors were encountered: