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 5fbd84c commit 89c68adCopy full SHA for 89c68ad
security.rst
@@ -692,7 +692,7 @@ The previous example only works if you have one authenticator in the firewall. I
692
be retrieved from the request. If the current request is not under any firewall an ... exception will be thrown.
693
694
You can also pass the authenticator on which the user will
695
-be authenticated against. For built-in authenticators, you can pass an authenticator name like "form_login",
+be authenticated against. For built-in authenticators, you can pass an authenticator name like ``form_login``,
696
"http_basic"... For custom authenticators, you can pass the service id of the authenticator
697
(ie `App\\Security\\Authenticator\\ExampleAuthenticator`)
698
0 commit comments