Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

🔑 Token based authentication service for Angular with interceptor and multi-user support. Works best with devise token auth for Rails. Example:

License

Notifications You must be signed in to change notification settings

effy-tech/angular-token

 
 

Repository files navigation

Warning

This repository is a fork from https://github.com/neroniaky/angular-token which seems to not be maintained anymore (last official package support Angular 7 while Angular 16 is already out).

Migrations to next Angular versions will be performed on this repository so Effy repositories depending on this library can keep using it.

Migration to new Angular Version

  1. In order to make a migration to a new Angular version, you need to update root package.json file to use Angular new version.
  2. You can update projects/angular-token/package.json to change version of angular-token
  3. Build and publish your version by using the command : npm run build:lib && npm run publish:lib
  4. Verify your version is there : [https://github.com/effy-tech/angular-token/pkgs/npm/angular-token]
  5. You can use this version in our project

About

🔑 Token based authentication service for Angular with interceptor and multi-user support. Works best with devise token auth for Rails. Example:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.6%
  • HTML 11.6%
  • SCSS 2.1%
  • JavaScript 1.7%