Files
symfony-flex-recipes/symfony.security-bundle.4.4.json
T
github-action botandgithub-action bot c52f4eb34d Update Flex endpoint
2021-09-19 15:27:48 +00:00

43 lines
2.1 KiB
JSON

{
"locks": {
"symfony/security-bundle": {
"version": "4.4",
"recipe": {
"repo": "4.4",
"branch": "master",
"version": "4.4",
"ref": "7b4408dc203049666fe23fabed23cbadc6d8440f"
}
}
},
"manifests": {
"symfony/security-bundle": {
"repository": "github.com/symfony/recipes",
"package": "symfony/security-bundle",
"version": "4.4",
"manifest": {
"bundles": {
"Symfony\\Bundle\\SecurityBundle\\SecurityBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": [
"security"
]
},
"files": {
"config/packages/security.yaml": {
"contents": "security:\n # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers\n providers:\n users_in_memory: { memory: null }\n firewalls:\n dev:\n pattern: ^/(_(profiler|wdt)|css|images|js)/\n security: false\n main:\n anonymous: lazy\n provider: users_in_memory\n\n # activate different ways to authenticate\n # https://symfony.com/doc/current/security.html#firewalls-authentication\n\n # https://symfony.com/doc/current/security/impersonating_user.html\n # switch_user: true\n\n # Easy way to control access for large sections of your site\n # Note: Only the *first* access control that matches will be used\n access_control:\n # - { path: ^/admin, roles: ROLE_ADMIN }\n # - { path: ^/profile, roles: ROLE_USER }\n",
"executable": false,
"encoding": ""
}
},
"origin": "symfony/security-bundle:4.4@github.com/symfony/recipes:master",
"not_installable": false,
"is_contrib": false
}
}
}