-
Notifications
You must be signed in to change notification settings - Fork 144
User Activity Audit Logging #490
Copy link
Copy link
Open
Labels
BackendGood first issueGood for newcomersGood for newcomersStellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Labels: Backend, Security, Compliance
Complexity: Medium (150 points) 📝
Description
Implement an audit logging system to track sensitive user actions (login, password change, account linking) for security and support.
Requirements / Context
- Store in a separate
AuditLogentity. - Capture: user ID, action, timestamp, IP address, and metadata.
Acceptance Criteria
-
AuditLogentity and migrations. - Global interceptor or decorator to log specific actions.
- Admin-only endpoint
GET /admin/audit-logs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BackendGood first issueGood for newcomersGood for newcomersStellar WaveIssues in the Stellar wave programIssues in the Stellar wave program