X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=config%2Fpackages%2Fsecurity.yaml;fp=config%2Fpackages%2Fsecurity.yaml;h=fb4c593ef1bc42dd6d1e01260cb59f48c40290fd;hb=73860922259915d0966281384d8efdb97d259a45;hp=0000000000000000000000000000000000000000;hpb=ef3fa6e0362c650dec79f52a94b3644e31a124bb;p=Project_proches_de_moi-server.git diff --git a/config/packages/security.yaml b/config/packages/security.yaml new file mode 100644 index 0000000..fb4c593 --- /dev/null +++ b/config/packages/security.yaml @@ -0,0 +1,24 @@ +security: + # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers + providers: + in_memory: { memory: ~ } + firewalls: + dev: + pattern: ^/(_(profiler|wdt)|css|images|js)/ + security: false + main: + anonymous: true + + # activate different ways to authenticate + + # http_basic: true + # https://symfony.com/doc/current/security.html#a-configuring-how-your-users-will-authenticate + + # form_login: true + # https://symfony.com/doc/current/security/form_login_setup.html + + # 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 }