corentin_wakdo/src/app/Auth
Corentin JOGUET e430f54d85
All checks were successful
CI / js-tests (push) Successful in 19s
CI / secret-scan (push) Successful in 7s
CI / php-lint (push) Successful in 19s
CI / static-tests (push) Successful in 45s
CI / auto-merge (push) Has been skipped
feat(admin): gestion des comptes back-office (CRUD users + RGPD, PIN+audit) (P3) (#38)
2026-06-17 13:49:02 +02:00
..
Authorizer.php feat: RBAC P2 (autorisation par permission + garde de session + /api/me) (#12) 2026-06-15 20:45:19 +02:00
AuthResult.php feat: authentification back-office P2 (login/logout/reset, throttle, audit) (#11) 2026-06-15 20:18:59 +02:00
AuthService.php feat: authentification back-office P2 (login/logout/reset, throttle, audit) (#11) 2026-06-15 20:18:59 +02:00
Csrf.php feat: authentification back-office P2 (login/logout/reset, throttle, audit) (#11) 2026-06-15 20:18:59 +02:00
GuardResult.php feat: authentification back-office P2 (login/logout/reset, throttle, audit) (#11) 2026-06-15 20:18:59 +02:00
LogMailer.php feat: authentification back-office P2 (login/logout/reset, throttle, audit) (#11) 2026-06-15 20:18:59 +02:00
Mailer.php feat: authentification back-office P2 (login/logout/reset, throttle, audit) (#11) 2026-06-15 20:18:59 +02:00
PasswordHasher.php fix(auth): retire le bouton mort PASSWORD_ALGO (argon2id fixe dans le code) (#29) 2026-06-16 14:21:09 +02:00
PasswordResetService.php fix(auth): leurre anti-enumeration sur la demande de reset (#26) 2026-06-16 14:20:59 +02:00
PinThrottle.php fix(admin): chemin d'echec PIN atomique (pin.failed + throttle dans 1 transaction) (#30) 2026-06-16 14:21:50 +02:00
PinVerifier.php feat(admin): throttle du PIN d action sensible par acteur (RG-T22) (#18) 2026-06-16 00:06:33 +02:00
SessionGuard.php feat: authentification back-office P2 (login/logout/reset, throttle, audit) (#11) 2026-06-15 20:18:59 +02:00
SessionManager.php feat: authentification back-office P2 (login/logout/reset, throttle, audit) (#11) 2026-06-15 20:18:59 +02:00
ThrottlePolicy.php feat(admin): throttle du PIN d action sensible par acteur (RG-T22) (#18) 2026-06-16 00:06:33 +02:00
UserDirectory.php feat: shell back-office P3 (pages rendues serveur + garde) (#14) 2026-06-15 21:25:06 +02:00
UserRepository.php feat(admin): gestion des comptes back-office (CRUD users + RGPD, PIN+audit) (P3) (#38) 2026-06-17 13:49:02 +02:00