Skip to content

Commit 269f500

Browse files
committed
Added missing namespace
1 parent 9488607 commit 269f500

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

security/experimental_authenticators.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,9 @@ the following badges are supported:
472472
For instance, if you want to add CSRF and password migration to your custom
473473
authenticator, you would initialize the passport like this::
474474

475+
// src/Service/LoginAuthenticator.php
476+
namespace App\Service;
477+
475478
// ...
476479
use Symfony\Component\Security\Http\Authenticator\AbstractAuthenticator;
477480
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge;

0 commit comments

Comments
 (0)