angular-token-auth

Services and HTTP interceptor for token based HTTP authentication


License
MIT
Install
bower install angular-token-auth

Documentation

angular-token-auth

Installation

  1. bower install angular-token-auth --save
  2. Inject angular-token-auth in to your app module.
  3. Add a PROJECT_SETTINGS constant to your project_settings module.
  4. Define a list of allowed hosts in PROJECT_SETTINGS.TOKEN_AUTH.ALLOWED_HOSTS.

Release

  • Use semver for versioning
  • Update CHANGELOG.md
  • Update version in bower.json
  • Tag release with version number