Files
ludikevent_crm/config/packages/scheb_2fa.yaml
Serreau Jovann 26c3dfd3a1 ```
 feat(security): Ajoute l'authentification à deux facteurs (2FA) avec Google Authenticator.
```
2026-01-16 10:04:02 +01:00

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