You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -689,7 +689,8 @@ class ExampleController
689
689
}
690
690
}
691
691
692
-
The previous example only works if you have one authenticator in the firewall. If the firewall is not passed, it will
692
+
The previous example only works if you have only one authenticator configured on the current firewall so if you have more than one authenticator, you need to specify which authenticator should be used.
693
+
If the firewall is not explicitly passed, the method will
693
694
be retrieved from the request. If the current request is not under any firewall an ... exception will be thrown.
694
695
695
696
You can also pass the authenticator on which the user will
0 commit comments