• v2.4.4-dev a8d8528567

    FTMahringer released this 2026-05-12 01:53:22 +02:00 | 111 commits to main since this release

    v2.4.4-dev - Audit Logging

    Added

    • SecurityAuditEvent: JPA entity with security_audit_events table
    • SecurityAuditEventRepository: paginated queries by user, type, time range
    • Flyway V17 migration for security_audit_events table with indexes
    • SecurityAuditService: log events, login attempts, auth denials, user actions
    • AuditLogController: GET /api/audit/events with ADMIN role guard
    • Wired into AuthenticationService (login attempts) and JwtAuthenticationFilter (auth denials)
    Downloads