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