Skip to content

Releases: auth0/auth0-spa-js

v2.0.2

12 Jan 15:04
34ee7f3
Compare
Choose a tag to compare

Security

This patch release is identical to 2.0.1 but has been released to ensure tooling no longer detects a vulnerable version of jsonwebtoken being used.

Even though 2.0.1 was not vulnerable for the related CVE because of the fact that jsonwebtoken is a devDependency, we are cutting a release to ensure build tools no longer report our SDK as vulnerable to the mentioned CVE.

v1.22.6

12 Jan 15:05
34ee7f3
Compare
Choose a tag to compare

Security

This patch release is identical to 1.22.5 but has been released to ensure tooling no longer detects a vulnerable version of jsonwebtoken being used.

Even though 1.22.5 was not vulnerable for the related CVE because of the fact that jsonwebtoken is a devDependency, we are cutting a release to ensure build tools no longer report our SDK as vulnerable to the mentioned CVE.

v2.0.1

08 Dec 12:24
19ddff4
Compare
Choose a tag to compare

Changed

Fixed

v2.0.0

27 Oct 14:50
78bed4d
Compare
Choose a tag to compare

Auth0-SPA-JS v2 includes many significant changes compared to v1:

As with any major version bump, v2 of Auth0-SPA-JS contains a set of breaking changes. Please review the migration guide thoroughly to understand the changes required to migrate your application to v2.

v2.0.0-beta.1

13 Oct 12:25
Compare
Choose a tag to compare

Fixed

  • Ensure getTokenSilently works when mixing return types #1016 (frederikprijck)
  • Close MessageChannel after receiving and processing message from worker #1023 (ewanharris)

v1.22.5

12 Oct 15:12
faa788e
Compare
Choose a tag to compare

Fixed

v2.0.0-beta.0

22 Sep 13:41
df4f3a1
Compare
Choose a tag to compare

Auth0-SPA-JS v2 includes many significant changes compared to v1:

As with any major version bump, v2 of Auth0-SPA-JS contains a set of breaking changes. Please review the migration guide thoroughly to understand the changes required to migrate your application to v2.

v1.22.4

08 Sep 09:51
30b7715
Compare
Choose a tag to compare

Fixed

v1.22.3

25 Aug 08:54
b07721c
Compare
Choose a tag to compare

Changed

  • feat(ClientStorage#remove):added support of cookieDomain #935 (Dannnir)

Fixed

v1.22.2

19 Jul 14:42
930dca7
Compare
Choose a tag to compare

Changed