fix(security): emit authentication success events

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-08-06 00:08:58 -04:00
parent 5b3e8f6588
commit b14bd302a3
8 changed files with 183 additions and 52 deletions
@@ -324,8 +324,7 @@ class FirewallServiceTest extends TestCase
}))
->willReturnArgument(0);
$this->service->logSecurityEvent(new AuthenticationSucceededEvent(
'203.0.113.10',
$this->service->logAuthenticationSuccess(new AuthenticationSucceededEvent(
'user-a',
'tenant-a',
));