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)
"account_name": "my-account", (5)
"created_at" : "2021-09-09T09:21:22.107809Z", (6)
"id": "a040230b-60...998", (7)
"ip_address": "x.x.x.x", (8)
"action_data": { (9)
"jobId": "AXvK4s..UnUYyz",
"jobType": "export"
},
"client_id": "Console ReachFive", (10)
"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" (11)
}
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 | account_name specifies the name of the ReachFive account. |
6 | The creation date timestamp for the audit log. |
7 | The ID of the audit log. |
8 | The IP address of the ReachFive Console user that produced the audit log. |
9 | The Action data (more information about the trigger). In this case, an export event with the Id AXvK4s..UnUYyz . |
10 | The client that produced the audit log. |
11 | 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. |