sf-wdi-22-23 / mean-auth-html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 62.2%Language:HTML 36.0%Language:CSS 1.8%