Skip to content

Releases: dkhrunov/ngx-jwt-auth

v15.0.0

08 Jan 09:09
Compare
Choose a tag to compare
  • Update to Angular v15

v2.0.0

05 Aug 23:21
a62e143
Compare
Choose a tag to compare
  • 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.

v1.0.3

14 May 11:43
f015d5b
Compare
Choose a tag to compare

Refactoring code, add CanActivateChild to guards and update readme docs

v1.0.2

04 May 22:32
1fc9794
Compare
Choose a tag to compare

Changes in documentation, fixed mistakes.

v1.0.1

04 May 22:31
1fc9794
Compare
Choose a tag to compare

Changes in documentation, fixed mistakes.

v1.0.0

03 May 18:32
333a9a5
Compare
Choose a tag to compare

Initial release