generic user service with authentication, authorisation, user data handler and session or local storage management


Keywords
angular, user, authentication, authorisation
License
CC-BY-3.0
Install
npm install angular-user@1.0.502

Documentation

Project status

npm version downloads build status code coverage dependencies development dependencies peer dependencies documentation website

Use case

This modules is ahead of time compatible and ready for tree-shaking, can be used as umd module for just in time compilation and supports the babel-stack as esnext with flow.js annotations or typescript within the same codebase!

This module provides generic user session, authorisation and authentication mechanisms including needed guards to intercept between resource requests which needs authorisation.

  • Authorisation service
  • Authentication service (during routing)
  • LogIn-Component with key binding and validation