feat(altcha): add altcha validation layer to login
Some checks reported warnings
Cadoles/hydra-sql/pipeline/pr-develop This commit was not built

This commit is contained in:
2025-03-24 17:20:17 +01:00
parent 1cb5ae6bc3
commit fa987f5d44
43 changed files with 565 additions and 108 deletions

2
tools/php-cs-fixer/.php-cs-fixer.dist.php Normal file → Executable file
View File

@ -5,8 +5,6 @@ $finder = PhpCsFixer\Finder::create()
->name('*.php')
;
// TODO: Définir les règles de style communes
// spécifiques au projet
return (new PhpCsFixer\Config())
->setRules([
'@Symfony' => true,