17 February 2022 (v2.67)

ReachFive v2.67 delivers important Audit logs updates as well as offering Oney as an option for Social Login.

Security

Audit logs

We have added the created_at field in all audit log events. This allows you to know the exact timestamp for an event.

For more information, check out our Audit logs page.
Audit log example
{
  "user_email": "user@gmail.com", (1)
  "entity_name": "jobs", (2)
  "user_name": "My user name", (3)
  "action_name": "create", (4)
  "created_at" : "2021-09-09T09:21:22.107809Z", (5)
  "id": "a040230b-60...998", (6)
  "ip_address": "x.x.x.x", (7)
  "action_data": { (8)
    "jobId": "AXvK4s..UnUYyz",
    "jobType": "export"
  },
  "client_id": "Console ReachFive", (9)
  "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36" (10)
}
1 The email of the ReachFive Console user that produced the audit log.
2 The name of the entity that produced the audit log.
3 The user name of the ReachFive Console user that produced the audit log.
4 The Action name that triggered the Pub/Sub hook that produced the audit log.
5 The creation date timestamp for the audit log.
6 The ID of the audit log.
7 The IP address of the ReachFive Console user that produced the audit log.
8 The Action data (more information about the trigger). In this case, an export event with the Id AXvK4s..UnUYyz.
9 The client that produced the audit log.
10 The user_agent that produced the audit log.



Integration

New social provider

You can now integrate Oney bank as a social provider with ReachFive. This allow your users to authenticate easily and seamlessly on partner sites.

For more information, check out our Oney page.
Please contact the ReachFive team if you want to implement this option.

Lite registration

The lite_only field is now present in the push lite profile endpoint response.

This enables you to directly identify whether the profile is still only a Lite profile.



Fixes

Item Fixed

In some limited cases, a search performed in the ReachFive Console did not retrieve all profile data.