Skip to content

Releases: auth0/auth0-spa-js

v1.22.1

14 Jun 15:33
371e5a8
Compare
Choose a tag to compare

Changed

v1.22.0

24 May 15:18
810d3f1
Compare
Choose a tag to compare

Full Changelog

Added

  • Silent auth fallback when using Refresh Tokens can now be disabled #907 (frederikprijck)

Security

v1.21.1

10 May 13:47
9195a82
Compare
Choose a tag to compare

Fixed

  • Organization ID hint cookie now respects cookieDomain config setting #900 (Dannnir)

Security

  • [Snyk] Upgrade core-js from 3.21.1 to 3.22.0 #901 (snyk-bot)
  • [Snyk] Upgrade promise-polyfill from 8.2.1 to 8.2.3 #893 (snyk-bot)

v1.21.0

01 Apr 13:42
ab3ed5b
Compare
Choose a tag to compare

Added

  • FEAT override cookie domain option #885 (Soviut)

Fixed

v1.20.1

07 Mar 15:56
bb70a9a
Compare
Choose a tag to compare

Fixed

v1.20.0

14 Feb 14:16
451956f
Compare
Choose a tag to compare

Added

Changed

  • clarify documentation comment for getTokenSilently #874 (jdugan1024)

Fixed

  • Fix getTokenSilently reference in example code #868 (mdlavin)

Security

v1.19.4

14 Jan 16:28
2c35029
Compare
Choose a tag to compare

Fixed

  • Org ID hint cookie expiry now aligns with is.authenticated cookie #861 (stevehobbsdev)

Security

v1.19.3

01 Dec 11:46
0c6166c
Compare
Choose a tag to compare

Changed

  • Make RedirectLoginOptions and RedirectLoginResult accept generic AppState #846 (frederikprijck)

Fixed

v1.19.2

18 Oct 13:05
92a39fc
Compare
Choose a tag to compare

This release fixes an anomoly with a new type we exposed in #803, where it was incorrectly wrapped with Partial. We don't expect this change to introduce any issues, but if you are affected please raise it on our issue tracker.

Fixed

  • GetTokenSilentlyVerboseResponse no longer uses partial TokenEndpointResponse type #820 (stevehobbsdev)

v1.19.1

14 Oct 14:18
828808e
Compare
Choose a tag to compare

Republished version 1.19.0, which got published during a period npm was suffering downtime issues, resulting in 1.19.0 being released but not installable for end users. Users should install 1.19.1 instead.