armature-audit
Audit logging and compliance for the Armature framework.
Features
- Audit Trail - Track all changes
- User Actions - Who did what, when
- Data Changes - Before/after values
- Compliance - GDPR, HIPAA, SOC 2 support
- Multiple Sinks - Database, file, external services
Installation
[]
= "0.1"
Quick Start
use ;
let audit = new
.sink
.sink;
// Log an action
audit.log.await?;
Middleware
let app = new
.with_middleware
.put;
Query Audit Logs
let logs = audit.query
.actor
.action
.since
.execute
.await?;
License
MIT OR Apache-2.0