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 2040edb + 9ec327d commit 65c1cb2Copy full SHA for 65c1cb2
security/custom_authentication_provider.rst
@@ -97,7 +97,7 @@ The Listener
97
98
Next, you need a listener to listen on the firewall. The listener
99
is responsible for fielding requests to the firewall and calling the authentication
100
-provider. Listener is a callable, so you have to implement __invoke() method.
+provider. Listener is a callable, so you have to implement an ``__invoke()`` method.
101
A security listener should handle the
102
:class:`Symfony\\Component\\HttpKernel\\Event\\RequestEvent` event, and
103
set an authenticated token in the token storage if successful::
0 commit comments