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 9488607 commit 269f500Copy full SHA for 269f500
security/experimental_authenticators.rst
@@ -472,6 +472,9 @@ the following badges are supported:
472
For instance, if you want to add CSRF and password migration to your custom
473
authenticator, you would initialize the passport like this::
474
475
+ // src/Service/LoginAuthenticator.php
476
+ namespace App\Service;
477
+
478
// ...
479
use Symfony\Component\Security\Http\Authenticator\AbstractAuthenticator;
480
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge;
0 commit comments