angular2-jwt

Helper library for handling JWTs in Angular apps

MIT License

Downloads
836.8K
Stars
2.6K
Committers
92

Bot releases are hidden (Show)

angular2-jwt - v5.2.0 Latest Release

Published by frederikprijck 12 months ago

Changed

angular2-jwt - v5.1.2

Published by auth0-oss almost 2 years ago

Fixed

angular2-jwt - v5.1.1

Published by auth0-oss almost 2 years ago

Fixed

angular2-jwt - v5.1.0

Published by frederikprijck about 2 years ago

Changed

angular2-jwt - v5.0.1

Published by Sambego over 4 years ago

  • Remove dependency on the window object for SSR support
angular2-jwt - v5.0.0

Published by Sambego over 4 years ago

Warning: this version has some breaking changes concerning the allowed domains and disallowed routes!

  • Replace whitelistedDomains to allowedDomains #668
  • Replace blacklistedRoutes to disallowedRoutes #668
  • Removed the url dependency, as this is a Node module in the CommonJS format, and the Angular 10 CLI throws warnings when using dependencies in the CommonJS format. We're using the default URL interface, https://developer.mozilla.org/en-US/docs/Web/API/URL #666
angular2-jwt -

Published by Sambego over 4 years ago

  • Allow the authScheme config parameter to be a getter function #659
angular2-jwt -

Published by Sambego over 4 years ago

  • Support domains with a port other than the default HTTP ports (HTTP: 80, HTTPS: 443) #656
angular2-jwt -

Published by Sambego over 4 years ago

  • Use blacklist domains regardless of their protocol #644
  • Pass the HttpRequest to the tokenGetter #649
angular2-jwt - v4.0.0

Published by stevehobbsdev over 4 years ago

From #622 avatsaev:

  • Angular 9 compatibility
  • Angular Ivy compatibility
angular2-jwt - v3.0.1

Published by stevehobbsdev almost 5 years ago

angular2-jwt - v3.0.0

Published by stevehobbsdev over 5 years ago

Breaking change isTokenExpired now returns false if no expiry date is found inside the token. This is a change to align with the JWT spec, but may break applications that rely on the previous behavior.

#562 @atom-morgan

angular2-jwt - v2.1.2

Published by stevehobbsdev over 5 years ago

  • Gracefully handle null/empty tokens #586
angular2-jwt - 2.1.1

Published by stevehobbsdev over 5 years ago

Full Changelog

  • Blacklist/Whitelist check fix #538
  • Refactor deep rxjs imports and use named define #608
  • fix(rxjs): remove imports from rxjs/internal #542
angular2-jwt - 2.1.0

Published by chenkie almost 6 years ago

  • Merge #572
  • Merge #547
angular2-jwt - 2.0.0

Published by chenkie over 6 years ago

  • Angular v6 and RxJS v6 support
angular2-jwt - 1.2.0

Published by chenkie over 6 years ago

  • fix: mixed import styles breaking app bundling using rollup #527
  • fix: example missing comma #524
  • Improve doc to include reg expressions #507
  • fix: whitelist for urls without host #506
angular2-jwt - 1.1.0

Published by chenkie over 6 years ago

  • Use url module from npm instead of native URL for checking whitelisted domains
angular2-jwt - 1.0.0

Published by chenkie over 6 years ago

angular2-jwt - 1.0.0-beta.10

Published by chenkie over 6 years ago