]> Raphaël G. Git Repositories - airlibre/commitdiff
Comment user in memory to enable air bundle auth
authorRaphaël Gertz <git@rapsys.eu>
Thu, 29 Feb 2024 15:29:30 +0000 (16:29 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 29 Feb 2024 15:29:30 +0000 (16:29 +0100)
config/packages/security.yaml

index 367af25a56d2decba5041becc5770b16c91b60d4..adf6514c6a34003cad830f56a65cabca6730f869 100644 (file)
@@ -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