✨ feat(security): Ajoute l'authentification à deux facteurs (2FA) avec Google Authenticator.
```
16 lines
534 B
YAML
16 lines
534 B
YAML
# See the configuration reference at https://symfony.com/bundles/SchebTwoFactorBundle/6.x/configuration.html
|
|
scheb_two_factor:
|
|
security_tokens:
|
|
- Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken
|
|
- Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken
|
|
backup_codes:
|
|
enabled: true
|
|
email:
|
|
enabled: true
|
|
google:
|
|
enabled: true
|
|
server_name: "Intranet Ludikevent"
|
|
issuer: "Ludikevent"
|
|
digits: 6
|
|
leeway: 0
|