From 931836ae596bb73189f3ee7f0adcf01e95e502eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 31 Jan 2024 23:43:37 +0100 Subject: [PATCH] Remove security package --- config/packages/security.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 config/packages/security.yaml diff --git a/config/packages/security.yaml b/config/packages/security.yaml deleted file mode 100644 index ce69ba7..0000000 --- a/config/packages/security.yaml +++ /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 } -- 2.41.0