8000
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.
2 parents 1d2dafb + 834839d commit a8d4976Copy full SHA for a8d4976
security/custom_authenticator.rst
@@ -174,6 +174,14 @@ can define what happens in these cases:
174
above. Use :class:`Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException`
175
if you want to set custom error messages.
176
177
+.. tip::
178
+
179
+ If your login method is interactive, which means that the user actively
180
+ logged into your application, you may want your authenticator to implement the
181
+ :class:`Symfony\\Component\\Security\\Http\\Authenticator\\InteractiveAuthenticatorInterface`
182
+ so that it dispatches an
183
+ :class:`Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent`
184
185
.. _security-passport:
186
187
Security Passports
0 commit comments