Auth0.js Versions Save

Auth0 headless browser sdk

v9.20.1

1 year ago

Fixed

Security

Note: This release is functionally identical to the previous release, but has been released to ensure tooling no longer detects a vulnerable version of jsonwebtoken being used (we only include it as a dev dependency and use it in some tests).

v9.20.0

1 year ago

Added

v9.19.2

1 year ago

Changed

Fixed

v9.19.1

1 year ago

This release includes some clarification updates to the readme, as well as a culmination of security patches from dependabot.

Changed

Security

  • Security: Bump dev dependencies and update lockfile #1244 (evansims)

v9.19.0

2 years ago

This release by default now stores additional cookies for backward compatibility when using the SameSite attribute, for those older browsers that do not understand SameSite=None. As well as creating the normal transaction cookies with Secure=true and SameSite=none, it also stores a _x_compat cookie (where x is the name of the original cookie) which only sets Secure=true.

If the generation of these extra cookies is undesirable or unnecessary for your use case, you can turn them back off by setting legacySameSiteCookie: false in the SDK configuration.

Added

v9.18.1

2 years ago

Fixed

v9.18.0

2 years ago

Added

v9.17.0

2 years ago

Added

  • Add xRequestLanguage, which sends X-Request-Language header to /passwordless/start #1210 (stevehobbsdev)

Fixed

  • Check window object only if it is options.hash is not set #1209 (FDiskas)

v9.16.4

2 years ago

Fixed

  • Fix: Passwordless Verify now sends client_id when specified #1202 (seanaye)

v9.16.3

2 years ago

Security

Fixed