]> Raphaël G. Git Repositories - airlibre/commitdiff
Remove security package
authorRaphaël Gertz <git@rapsys.eu>
Wed, 31 Jan 2024 22:43:37 +0000 (23:43 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 31 Jan 2024 22:43:37 +0000 (23:43 +0100)
config/packages/security.yaml [deleted file]

diff --git a/config/packages/security.yaml b/config/packages/security.yaml
deleted file mode 100644 (file)
index ce69ba7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-security:
-    # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
-    providers:
-        in_memory: { memory: null }
-    firewalls:
-        dev:
-            pattern: ^/(_(profiler|wdt)|css|images|js)/
-            security: false
-        main:
-            anonymous: lazy
-
-            # activate different ways to authenticate
-            # https://symfony.com/doc/current/security.html#firewalls-authentication
-
-            # https://symfony.com/doc/current/security/impersonating_user.html
-            # switch_user: true
-
-    # Easy way to control access for large sections of your site
-    # Note: Only the *first* access control that matches will be used
-    access_control:
-        # - { path: ^/admin, roles: ROLE_ADMIN }
-        # - { path: ^/profile, roles: ROLE_USER }