feat(security): Ajoute l'authentification à deux facteurs (2FA) avec Google Authenticator.
```
This commit is contained in:
Serreau Jovann
2026-01-16 10:04:02 +01:00
parent e8e8481991
commit 26c3dfd3a1
15 changed files with 761 additions and 215 deletions

View File

@@ -19,6 +19,7 @@ security:
two_factor:
auth_form_path: 2fa_login # Route d'affichage du formulaire
check_path: 2fa_login_check # Route de soumission du code
default_target_path: /
# -------------------------------------
form_login: