feature: add Authenticator

This commit is contained in:
Jan Klattenhoff 2024-01-18 12:01:43 +01:00
parent b102519154
commit 2380c13c37
15 changed files with 1370 additions and 17 deletions

View file

@ -5,4 +5,5 @@ return [
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
];