Angular Authorisation and Authentication
Follow these steps
- Install global dependencies:
npm install mocha -g
- Install local dev dependencies:
npm install
in~/angular-auth/server
directory - Start Server:
node server.js
in~/angular-auth/server
directory
- Role based authorization.
- A directive toolbar with current active user
- Token based authentication.
- Session implementation.