10 June 2020 (v2.34)
User data management
-
The endpoint /identity/v1/lite-registration has been deprecated and is no longer supported in production, please use this Management API endpoint instead /api/v2/lite-registration
-
We have improved our /identity/v1/update-password endpoint algorithm and security
Integrations
-
implicit
flow has been added to the grant types of the OpenID well-known configuration page -
Legacy settings of Hosted Pages have been removed
Rate limiting
-
/identity/v1/update-password and /identity/v1/forgot-password rate limits are now configurable in the security section of the ReachFive Console
-
Rate limiting is activated on /identity/v1/update-email and also configurable in the security section of the ReachFive Console
For more information about our Rate Limiting mechanism, please refer to this page.
-
Our job definitions API is available, you can now manage your jobs without using the ReachFive Console. Please refer to the Job definition documentation for more information.
Fixes
-
Fixed /identity/v1/update-email response in case of a merged profile
-
Fixed import merge login by replacing the
uid
by theid
. For more information about our import module, please refer to this page.