Releases: dkhrunov/ngx-jwt-auth
Releases · dkhrunov/ngx-jwt-auth
v15.0.0
v2.0.0
- 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
andwindow.localStorage
withSESSION_STORAGE
andTOKEN_STORAGE
InjectionTokens abstractions.