ngx-jwt-auth

Library for Token-Based Authentication (JWT Authentication) in Angular

MIT License

Downloads
19
Stars
8
Committers
1
ngx-jwt-auth - v15.0.0 Latest Release

Published by dkhrunov almost 2 years ago

  • Update to Angular v15
ngx-jwt-auth - v2.0.0

Published by dkhrunov about 2 years ago

  • Update to Angular v14
  • Added a new option redirectToLastPage to config, this option redirecting the user to the last visited page after authorization;
  • Added abstractions (DI tokens) over browser API - replaced window.sessionStorage and window.localStorage with SESSION_STORAGE and TOKEN_STORAGE InjectionTokens abstractions.
ngx-jwt-auth - v1.0.3

Published by dkhrunov over 2 years ago

Refactoring code, add CanActivateChild to guards and update readme docs

ngx-jwt-auth - v1.0.2

Published by dkhrunov over 2 years ago

Changes in documentation, fixed mistakes.

ngx-jwt-auth - v1.0.1

Published by dkhrunov over 2 years ago

Changes in documentation, fixed mistakes.

ngx-jwt-auth - v1.0.0

Published by dkhrunov over 2 years ago

Initial release