Auth0 Spa Js Versions Save

Auth0 authentication for Single Page Applications (SPA) with PKCE

v1.22.6

1 year ago

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.2

1 year ago

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.

v2.0.1

1 year ago

Changed

Fixed

v2.0.0

1 year ago

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

1 year ago

Fixed

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

v1.22.5

1 year ago

Fixed

v2.0.0-beta.0

1 year ago

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

1 year ago

Fixed

v1.22.3

1 year ago

Changed

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

Fixed

v1.22.2

1 year ago

Changed