@auth0/auth0-spa-js
Advanced tools
Changelog
v1.19.0 (2021-10-11)
Added
Changelog
v1.18.0 (2021-09-15)
Added
Changed
Fixed
Changelog
v1.17.0 (2021-08-03)
Added
useFormData
to enable application/x-www-form-urlencoded
requests #768 (stevehobbsdev)Changed
domain
that includes http
or https
. #768 (stevehobbsdev)Changelog
Changelog
v1.15.0 (2021-04-29)
Added
Fixed
Changelog
v1.14.0 (2021-03-22)
Added
Changed
Fixed
Changelog
v1.13.6 (2021-01-07)
Changed
Fixed
Security
Changelog
v1.13.5 (2020-12-08)
Changed
Fixed
Remarks
This release updates the getUser
return type to be more correct. Instead of returning Promise<TUser>
, it now returns Promise<TUser | undefined>
, which might lead to an Object is possible 'undefined'
compiler error in situation where the return value is not checked for being undefined while having set the TypeScript's --strictNullChecks
compiler flag to true
.