Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 562 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 562 Bytes

MEAN Auth Seed

What's inside

  1. Express, Mongo, Node, Angular 1.4
  2. JWT token authentication (from Satellizer)

How to Get Started

  1. fork and clone this repo
  2. run npm install
  3. run nodemon

Customize Auth

  1. Go to your .env file and change your TOKEN_SECRET variable. dotenv docs
  2. add .env to your .gitignore file.

Adding Custom Authorizors (Facebook, Google, etc)

  1. Read the Satellizer docs on how to add these authorizors.

mean-auth-html