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 c395c74 commit 8d60d5cCopy full SHA for 8d60d5c
security/user_checkers.rst
@@ -16,7 +16,7 @@ Creating a Custom User Checker
16
------------------------------
17
18
User checkers are classes that must implement the
19
-:class:`Symfony\\Component\\Security\\Core\\UserCheckerInterface`. This interface
+:class:`Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface`. This interface
20
defines two methods called ``checkPreAuth()`` and ``checkPostAuth()`` to
21
perform checks before and after user authentication. If one or more conditions
22
are not met, an exception should be thrown which extends the
0 commit comments