03 November 2020 (v2.43)
Integrations
Import jobs
It is now possible to configure a webhook in import jobs to be notified with the job result. This new import webhook is called the End Job Notification Webhook.
| For more information, check out the End Job Notification Webhook page. |
Core JS SDK
-
The WebAuthn functions now display an error if the device used does not support the WebAuthn API.
UI JS SDK
We now display a validation message if the required minimum strength of password is fulfilled.
User events
We’ve differentiated between the password change and password reset event processes. Previously, we would trigger a password_updated event for both processes. Now, we trigger a password_changed and a password_reset event, respectively.
| For a complete list of user events, check out the User Events data model. |
Authentication
Allowed origins
We now accept all valid URL schemes as allowed origins. There is no need to provide a URL starting with http or https.
User suspension
Users that are indefinitely suspended cannot request a password reset anymore. These are the users that are suspended with the allow_password_reset parameter set to false or those users suspended via the ReachFive Console.
| For more information about user suspension mechanism, check out the User suspension page. |
