Skip to content

maruthi06/GoogleOAuth-PassportJS-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleOAuth

The project describes how to use passport google-o-auth 2.0

Steps

  1. Install node js, mongodb and express framework.
  2. Visit passportjs.org
  3. Install following packages a. npm install mongodb b. npm install mongoose c. npm install passport d. npm install passport-google-oauth
  4. run app