The audit-log module captures every admin-side mutation: create, update, delete, status change, role change, payment refund. Each entry is hash-chained to the previous entry so tampering is detectable. Useful for compliance, security review, and post-incident forensics. Source:Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
modules/audit-log · npm: @86d-app/audit-log
Installation
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/audit-log | Browse and filter entries |
GET | /admin/audit-log/verify | Verify chain integrity |

