ngx-auth

Angular 16+ Authentication Module

MIT License

Downloads
8K
Stars
234
Committers
5

Bot releases are hidden (Show)

ngx-auth - 6.0.0 Latest Release

Published by serhiisol over 1 year ago

Changes:

  • added angular 16 support
  • updated testing setup: added jest, testing-library instead of karma and jasmine
  • added eslint to the project

Breaking Changes:

  • Removed public access to ProtectedGuard and PublicGuard guards in favor of functional guards protectedGuard and publicGuard respectively
  • Removed canActivateChild due to its deprecation. Guards should be used for appropriate routes only
  • Removed deprecated verifyTokenRequest method. verifyRefreshToken should be used instead

Resolves:

  • #61
  • #62
ngx-auth - NgxAuth 5.4.0

Published by serhiisol almost 4 years ago

  • stopped using window directly
  • added current request to refreshShouldHappen
ngx-auth - NgxAuth 5.3.0

Published by serhiisol almost 4 years ago

  • fixed incorrect data passed to verifyRefreshToken method
ngx-auth - NgxAuth 5.2.0

Published by serhiisol about 5 years ago

  • Adds new skipRequest method to skip some requests (a.k.a. blacklisting)
  • Readme updates
ngx-auth - NgxAuth 5.1.0

Published by serhiisol over 5 years ago

*angular 8.0.0 support added

ngx-auth - NgxAuth 5.0.0

Published by serhiisol almost 6 years ago

*angular 7.0.0 support added

ngx-auth - NgxAuth 4.1.0

Published by serhiisol about 6 years ago

  • added support of last interrupted url
ngx-auth - NgxAuth 4.0.0

Published by serhiisol over 6 years ago

  • adds support of angular 6 and rxjs 6
ngx-auth - NgxAuth 3.1.0

Published by serhiisol over 6 years ago

  • Fixed issue when chrome cancels requests after refresh token request and retry
  • Adjusted tests to run sequence of requests properly (delayed requests)
  • Adjusted JSdocs to support latest ts/tslint
  • Updated versions
ngx-auth - NgxAuth 3.0.0

Published by serhiisol almost 7 years ago

  • angular 5 and latest cli support, closes #9

Thanks to @JulienBourgain for finding this issue and proposing the solution.

ngx-auth - NgxAuth 2.2.0

Published by serhiisol about 7 years ago

feat: allow customizing setting tokens through the interceptor (#7)

ngx-auth - NgxAuth 2.1.0

Published by serhiisol about 7 years ago

feat: added ability to use external urls as fallback uris

ngx-auth - NgxAuth 2.0.3

Published by serhiisol about 7 years ago

fix: replaced dependencies with peerDependencies

ngx-auth - NgxAuth 2.0.2

Published by serhiisol about 7 years ago

fix: Fixed retrieving of token (only once + completed)

ngx-auth - NgxAuth 2.0.1

Published by serhiisol about 7 years ago

fix: removed strict angular dependecies versions

ngx-auth - NgxAuth 2.0.0

Published by serhiisol about 7 years ago

New Authentication module based on new angular 4.3.0+ HttpClient (@angular/common/http)

ngx-auth - Ng4Auth 1.1.0

Published by serhiisol over 7 years ago

Updated angular dependency, bumped version to 1.1.0