Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 614 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 614 Bytes

MEAN Social Token Auth

Boilerplate for Github, Google, and Instagram Auth

Quick Start

  1. npm install
  2. Update _config.js with the client secret
  3. Update client/app.js with the client id
  4. Run!

Want to add a new social provider?

  1. Add social auth logic to server/routes/auth.js
  2. Update the user model
  3. Update _config.js with the client secret
  4. Update client/app.js with the client id