Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 703 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 703 Bytes

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 .