Releases: auth0/auth0-spa-js
Releases · auth0/auth0-spa-js
v1.22.1
Changed
- Stronger typing for screen_hint property #912 (iAmWillShepherd)
- Add env to auth0Client userAgent #913 (frederikprijck)
v1.22.0
Added
- Silent auth fallback when using Refresh Tokens can now be disabled #907 (frederikprijck)
Security
- [Snyk] Upgrade core-js 3.22.4 #910 (crew-security)
v1.21.1
v1.21.0
v1.20.1
v1.20.0
Added
- SDK-3105 Add httpTimeoutInSeconds to control fetch timeout #875 (stevehobbsdev)
Changed
- clarify documentation comment for getTokenSilently #874 (jdugan1024)
Fixed
Security
v1.19.4
Fixed
- Org ID hint cookie expiry now aligns with is.authenticated cookie #861 (stevehobbsdev)
Security
v1.19.3
Changed
- Make RedirectLoginOptions and RedirectLoginResult accept generic AppState #846 (frederikprijck)
Fixed
- Getidtokenclaims return type #844 (jmac105)
- Add check for state in handleRedirectCallback #841 (stevehobbsdev)
- Prevent nowProvider from being passed to authorize endpoint #840 (stevehobbsdev)
- Fix cached scopes when using detailed response mode #824 (stevehobbsdev)
v1.19.2
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)