fix(auth): audit-log login success + failure attempts

Login handler hatte h.Audit injiziert (mit Kommentar "login-success/fail
ins audit_log fließen") aber nie aufgerufen. Jetzt werden geloggt:
  - auth.login.failed (reason: invalid_credentials | account_disabled)
  - auth.login.success (mit role + remote IP)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-05-28 15:14:13 +02:00
parent 2a76a6599b
commit 22146c422d
5 changed files with 21 additions and 4 deletions

View File

@@ -1 +1 @@
1.1.130
1.1.131