Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 520 Bytes

File metadata and controls

12 lines (9 loc) · 520 Bytes

Social Authenticator Demo

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.

Initial Setup

  1. Clone the repo: git clone [email protected]:crabdude/social-authenticator
  2. Install packages: npm install
  3. Update the database configuration in config/database.js
  4. Update auth keys in config/auth.js
  5. Run npm start
  6. Visit in your browser at: http://127.0.0.1:8000