Skip to content

CharlesSin/Passport.js-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google, Facebook Login Example using Passport js

Prerequisites

Facebook Authentication Config (./config/facebook.js)

clientID: FACEBOOK_APP_ID,
clientSecret: FACEBOOK_APP_SECRET,

Google Authentication Config (./config/google.js)

consumerKey: GOOGLE_CONSUMER_KEY,
consumerSecret: GOOGLE_CONSUMER_SECRET,

Installing

Install module package

npm install

Running the serve

npm start

Using browser visit localhost:3000

Contributing

Please read Passport for more details .

About

Google, Facebbook Login Example using Passport js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published