Files
symfony-flex-recipes/scheb.2fa-bundle.6.0.json
T
github-action[bot]andgithub-action[bot] 1196cc814b Update Flex endpoint
2021-12-29 18:25:50 +00:00

44 lines
1.6 KiB
JSON

{
"manifests": {
"scheb/2fa-bundle": {
"manifest": {
"bundles": {
"Scheb\\TwoFactorBundle\\SchebTwoFactorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/scheb_2fa.yaml": {
"contents": [
"# See the configuration reference at https://symfony.com/bundles/SchebTwoFactorBundle/6.x/configuration.html",
"scheb_two_factor:",
" security_tokens:",
" - Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken",
" - Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken",
""
],
"executable": false
},
"config/routes/scheb_2fa.yaml": {
"contents": [
"2fa_login:",
" path: /2fa",
" defaults:",
" _controller: \"scheb_two_factor.form_controller:form\"",
"",
"2fa_login_check:",
" path: /2fa_check",
""
],
"executable": false
}
},
"ref": "10513e776d7ac66b21e58d08bf34643434bcf3ab"
}
}
}