corentin_wakdo/src/app/Auth
Corentin JOGUET 68a2690b98
All checks were successful
CI / secret-scan (push) Successful in 10s
CI / php-lint (push) Successful in 20s
CI / static-tests (push) Successful in 43s
CI / js-tests (push) Successful in 24s
CI / auto-merge (push) Has been skipped
test(e2e): parcours admin Playwright + fix cookie Secure conditionnel (ADR-0010) (#46)
2026-06-17 17:07:35 +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
RoleRepository.php feat(admin): RBAC - matrice roles/permissions + roles custom (PIN+audit diff) (P3) (#39) 2026-06-17 14:25:42 +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 test(e2e): parcours admin Playwright + fix cookie Secure conditionnel (ADR-0010) (#46) 2026-06-17 17:07:35 +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