Angular2 Jwt Versions Save

Helper library for handling JWTs in Angular apps

v5.2.0

6 months ago

Changed

v5.1.2

1 year ago

Fixed

v5.1.1

1 year ago

Fixed

v5.1.0

1 year ago

Changed

v5.0.1

3 years ago
  • Remove dependency on the window object for SSR support

v5.0.0

3 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

v4.2.0

3 years ago
  • Allow the authScheme config parameter to be a getter function #659

v4.1.2

4 years ago
  • Support domains with a port other than the default HTTP ports (HTTP: 80, HTTPS: 443) #656

v4.1.0

4 years ago
  • Use blacklist domains regardless of their protocol #644
  • Pass the HttpRequest to the tokenGetter #649

4.0.0

4 years ago

From #622 avatsaev:

  • Angular 9 compatibility
  • Angular Ivy compatibility