From: Raphaƫl Gertz Date: Thu, 29 Feb 2024 15:29:30 +0000 (+0100) Subject: Comment user in memory to enable air bundle auth X-Git-Tag: 0.1.0~11 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/2a540ad43d78785211489839b6fa835174c9db3d Comment user in memory to enable air bundle auth --- 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