# To get started with security, check out the documentation:# https://symfony.com/doc/current/security.htmlsecurity:# https://symfony.com/doc/current/security.html#b-configuring-how-users-are-loadedproviders:in_memory:memory:~firewalls:# disables authentication for assets and the profiler, adapt it according to your needsdev:pattern:^/(_(profiler|wdt)|css|images|js)/security:falsemain:anonymous:~# activate different ways to authenticate# https://symfony.com/doc/current/security.html#a-configuring-how-your-users-will-authenticate#http_basic: ~# https://symfony.com/doc/current/security/form_login_setup.html#form_login: ~