{ "manifests": { "symfony/security-bundle": { "manifest": { "bundles": { "Symfony\\Bundle\\SecurityBundle\\SecurityBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" } }, "files": { "config/packages/security.yaml": { "contents": [ "security:", " enable_authenticator_manager: true", " # https://symfony.com/doc/current/security.html#registering-the-user-hashing-passwords", " password_hashers:", " Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface: 'auto'", " # https://symfony.com/doc/current/security.html#loading-the-user-the-user-provider", " providers:", " users_in_memory: { memory: null }", " firewalls:", " dev:", " pattern: ^/(_(profiler|wdt)|css|images|js)/", " security: false", " main:", " lazy: true", " provider: users_in_memory", "", " # activate different ways to authenticate", " # https://symfony.com/doc/current/security.html#the-firewall", "", " # 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 }", "" ], "executable": false } }, "ref": "3307d76caa2d12fb10ade57975beb3d8975df396" } } }