Angular2 Jwt Versions Save

Helper library for handling JWTs in Angular apps

3.0.1

4 years ago

3.0.0

4 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

2.1.2

4 years ago
  • Gracefully handle null/empty tokens #586

2.1.1

4 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

2.1.0

5 years ago
  • Merge #572
  • Merge #547

2.0.0

6 years ago
  • Angular v6 and RxJS v6 support

1.2.0

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

1.1.0

6 years ago
  • Use url module from npm instead of native URL for checking whitelisted domains

1.0.0

6 years ago

1.0.0-beta.10

6 years ago