16 May 2024 (v2.112)
ReachFive v2.112
introduces a few improvements and needed bug fixes.
We have delivered a new account recovery process for users with identification keys.
We are happy to announce that we have added TikTok to our social provider options.
You can now also trigger password reset flows with custom identifiers.
To ensure user profile data freshness, you can use the new check_updated_at
request body field in certain Management API endpoints.
As always, we made some general improvements and fixed a few items for you.
Trigger password reset flow with custom identifier
You can now trigger the reset password flow using a custom identifier. Previously, you could only achieve this with an email or phone number.
For more details, see the /forgot-password
endpoint in the Identity API.
New check_updated_at
field for validating user data freshness
We have a new check_updated_at
field that you can pass that prevents profile data from being updated if the updated_at
value in the payload is older than the updated_at
value in the ReachFive user database.
Affected endpoints:
Other improvements
-
We made some minor cosmetic improvements to the Recent Activity for user profiles on the ReachFive Console.
Fixes
Item | Fixed |
---|---|
It was possible to bring in invalid provider values when importing identities. |
✓ |
The error for failed discoverable login attempts for the WebAuthn signup flow was inconclusive. We improved this error messaging to state explicitly that "Your account is not associated with the provided credentials" when this happens. |
✓ |