Starter project for the Social Authenticator lab. The purpose of this lab is to implement the following Passport authentication strategies: local, LinkedIn, Facebook, Twitter, and Google.
- Clone the repo:
git clone [email protected]:crabdude/social-authenticator
- Install packages:
npm install
- Update the database configuration in
config/database.js
- Update auth keys in
config/auth.js
- Run
npm start
- Visit in your browser at:
http://127.0.0.1:8000