Skip to content

Commit f6c83cf

Browse files
committed
[Security] Fix security.interactive_login event const doc block
1 parent ffa005c commit f6c83cf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Symfony/Component/Security/Http/SecurityEvents.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
final class SecurityEvents
1515
{
1616
/**
17-
* The INTERACTIVE_LOGIN event occurs after a user is logged in
18-
* interactively for authentication based on http, cookies or X509.
17+
* The INTERACTIVE_LOGIN event occurs after a user has actively logged
18+
* into your website. It is important to distinguish this action from
19+
* non-interactive authentication methods, such as:
20+
* - authentication based on your session.
21+
* - authentication using a HTTP basic or HTTP digest header.
1922
*
2023
* The event listener method receives a
2124
* Symfony\Component\Security\Http\Event\InteractiveLoginEvent instance.

0 commit comments

Comments
 (0)