We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa005c commit f6c83cfCopy full SHA for f6c83cf
src/Symfony/Component/Security/Http/SecurityEvents.php
@@ -14,8 +14,11 @@
14
final class SecurityEvents
15
{
16
/**
17
- * The INTERACTIVE_LOGIN event occurs after a user is logged in
18
- * interactively for authentication based on http, cookies or X509.
+ * The INTERACTIVE_LOGIN event occurs after a user has actively logged
+ * 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.
22
*
23
* The event listener method receives a
24
* Symfony\Component\Security\Http\Event\InteractiveLoginEvent instance.
0 commit comments