Skip to content

Releases: auth0/angular2-jwt

v5.2.0

31 Oct 12:09
517a9e5
Compare
Choose a tag to compare

Changed

v5.1.2

20 Dec 21:05
3f7bb28
Compare
Choose a tag to compare

Fixed

v5.1.1

15 Dec 10:10
29045be
Compare
Choose a tag to compare

Fixed

v5.1.0

03 Oct 16:30
a6b6ac0
Compare
Choose a tag to compare

Changed

v5.0.1

07 Jul 13:47
Compare
Choose a tag to compare
  • Remove dependency on the window object for SSR support

v5.0.0

07 Jul 09:04
Compare
Choose a tag to compare

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

10 Jun 12:34
Compare
Choose a tag to compare
  • Allow the authScheme config parameter to be a getter function #659

v4.1.2

16 May 09:57
Compare
Choose a tag to compare
  • Support domains with a port other than the default HTTP ports (HTTP: 80, HTTPS: 443) #656

v4.1.0

15 May 13:03
Compare
Choose a tag to compare
  • Use blacklist domains regardless of their protocol #644
  • Pass the HttpRequest to the tokenGetter #649

v4.0.0

07 Feb 23:41
6b90ecb
Compare
Choose a tag to compare

From #622 avatsaev:

  • Angular 9 compatibility
  • Angular Ivy compatibility