fix(security): emit authentication success events
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -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',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user