Facebook Authentication Config (./config/facebook.js)
- Facebook - The configuration
clientID: FACEBOOK_APP_ID,
clientSecret: FACEBOOK_APP_SECRET,
Google Authentication Config (./config/google.js)
- Documentation - The configuration
consumerKey: GOOGLE_CONSUMER_KEY,
consumerSecret: GOOGLE_CONSUMER_SECRET,
Install module package
npm install
npm start
Using browser visit localhost:3000
Please read Passport for more details .