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 40c078a + 44dc8da commit fe6df5eCopy full SHA for fe6df5e
security/user_checkers.rst
@@ -16,7 +16,8 @@ User checkers are classes that must implement the
16
defines two methods called ``checkPreAuth()`` and ``checkPostAuth()`` to
17
perform checks before and after user authentication. If one or more conditions
18
are not met, an exception should be thrown which extends the
19
-:class:`Symfony\\Component\\Security\\Core\\Exception\\AccountStatusException`::
+:class:`Symfony\\Component\\Security\\Core\\Exception\\AccountStatusException`
20
+or :class:`Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException`::
21
22
namespace App\Security;
23
0 commit comments