Menu Close

node-facebook-twitter-google-github-login

Node Express Passport Facebook Twitter Google GitHub Login

This source code is part of Node Express Passport Facebook Twitter Google GitHub Login tutorial.

A comprehensive tutorial of Node, Express and Passport Facebook, Twitter, Google, and Github login or authentication. This tutorial shows you how to create multiple social media (Facebook, Twitter, Google and GitHub) authentication (login) using Node, Express, Mongoose and Passport.js. This authentication is using OAuth provider which has the different name and authentication keys between Facebook, Twitter, Google and GitHub.

Steps to run locally:

  • Clone this repo
  • run npm install
  • run nodemon
  • Open browser then go to http://127.0.0.1:3000
View Source Code
Posted in Development