From: Raphaƫl Gertz Date: Wed, 31 Jan 2024 22:43:37 +0000 (+0100) Subject: Remove security package X-Git-Tag: 0.1~14 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/931836ae596bb73189f3ee7f0adcf01e95e502eb Remove security package --- 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 }