Skip to content

Releases: auth0/auth0.js

v9.23.0

19 Oct 14:52
0df941f
Compare
Choose a tag to compare

Added

v9.22.1

19 Jul 05:50
815c79b
Compare
Choose a tag to compare

Changed

v9.22.0

13 Jul 21:23
b20d897
Compare
Choose a tag to compare

Added

Security

v9.21.0

24 May 09:00
d0e088e
Compare
Choose a tag to compare

Added

v9.20.2

28 Feb 11:06
7a40a58
Compare
Choose a tag to compare

Fixed

  • fix(docs): document error() option for renderCaptcha() #1290 (pmalouin)

Security

v9.20.1

12 Jan 19:46
73e3ed0
Compare
Choose a tag to compare

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

13 Dec 11:02
a05f99e
Compare
Choose a tag to compare

Added

v9.19.2

04 Nov 12:10
de9c54a
Compare
Choose a tag to compare

Changed

Fixed

v9.19.1

09 Sep 13:47
c3f6e5a
Compare
Choose a tag to compare

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

25 Jan 11:41
f2e0659
Compare
Choose a tag to compare

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