mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
9 lines
591 B
YAML
9 lines
591 B
YAML
# See the configuration reference at https://symfony.com/bundles/SchebTwoFactorBundle/5.x/configuration.html
|
|
scheb_two_factor:
|
|
security_tokens:
|
|
- Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken
|
|
# If you're using guard-based authentication, you have to use this one:
|
|
# - Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken
|
|
# If you're using authenticator-based security (introduced in Symfony 5.1), you have to use this one:
|
|
# - Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken
|