Back to Refine

Auth0 Login Example | Refine v4 Authentication

documentation/versioned_docs/version-4.xx.xx/examples/audit-log/audit-log-provider.md

3.25.0390 B
Original Source

Refine allows you to track changes and who made them in your data by sending a new log event record whenever a new record is created, updated or deleted. This example demonstrates how to create an audit log provider.

Refer to the Refine Audit Log Provider documentation for more information. →

<CodeSandboxExample path="audit-log-provider" />