2 # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
4 in_memory: { memory: null }
7 pattern: ^/(_(profiler|wdt)|css|images|js)/
12 # activate different ways to authenticate
13 # https://symfony.com/doc/current/security.html#firewalls-authentication
15 # https://symfony.com/doc/current/security/impersonating_user.html
18 # Easy way to control access for large sections of your site
19 # Note: Only the *first* access control that matches will be used
21 # - { path: ^/admin, roles: ROLE_ADMIN }
22 # - { path: ^/profile, roles: ROLE_USER }