Releases: ReachFive/identity-web-core-sdk
Releases · ReachFive/identity-web-core-sdk
v1.15.0
Features
Add the optional friendlyName
parameter to the addNewWebAuthnDevice method to set the device's name.
v1.14.0
Features
- Add a new method to fetch the profile data: getSignupData.
- The error message thrown when the WebAuthn API is not available is updated.
v1.14.0-beta.2
Features
- Add new methods to allow management of FIDO2 devices: listWebAuthnDevices & removeWebAuthnDevice.
Fixes
- Throw an error when the Credentials Management API is not available.
v1.14.0-beta.1
Features
- Add new methods to allow implementation of login with biometrics: addNewWebAuthnDevice & loginWithWebAuthn.
v1.13.0
Features
- Add two new methods to request the verification of the phone number and email address: sendPhoneNumberVerification & sendEmailVerification
v1.12.1
Fixes
- Correct the signature of the
verifyPasswordless
method.
v1.12.0
Features
- Move the
persistent
parameter from theloginWithPassword
method toAuthOptions
payload object to make it available in every login method.
v1.11.0
Features
- Add the
persistent
parameter to theloginWithPassword
method to choose whether the user session is persisted if the SSO feature is enabled.