How to Integrate Google Signup With Nodejs? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to Integrate Google Signup With Nodejs?

I have lots of examples of this question but not related to me. I need to signup with Google and after singup also sign in by google.

10th Mar 2020, 2:42 PM
Darshan Raval
Darshan Raval - avatar
3 Answers
+ 2
Watch and practice from this tutorial conducted by The Net Ninja https://www.youtube.com/playlist?list=PL4cUxeGkcC9jdm7QX143aMLAqyM-jTZ2x
10th Mar 2020, 2:51 PM
Calviղ
Calviղ - avatar
10th Mar 2020, 3:10 PM
Gordon
Gordon - avatar
+ 1
Gonna second using passport here (specifically, passport-google-oauth20). In general, with authentication stuff, if someone more experienced than you has written a library/framework to handle it, USE that. Don't risk people's data by trying to go it alone.
17th Mar 2020, 7:50 AM
HealyUnit
HealyUnit - avatar