X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/88ede4d5f2423f918681c917595ac1574b75ccc1..2a540ad43d78785211489839b6fa835174c9db3d:/config/packages/security.yaml diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 367af25..adf6514 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -3,15 +3,15 @@ security: password_hashers: Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto' # https://symfony.com/doc/current/security.html#loading-the-user-the-user-provider - providers: - users_in_memory: { memory: null } +# providers: +# users_in_memory: { memory: null } firewalls: dev: pattern: ^/(_(profiler|wdt)|css|images|js)/ security: false main: lazy: true - provider: users_in_memory +# provider: users_in_memory # activate different ways to authenticate # https://symfony.com/doc/current/security.html#the-firewall