Files
symfony-flex-recipes-contrib/scheb.two-factor-bundle.3.16.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

45 lines
1.8 KiB
JSON

{
"manifests": {
"scheb/two-factor-bundle": {
"manifest": {
"bundles": {
"Scheb\\TwoFactorBundle\\SchebTwoFactorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/scheb_two_factor.yaml": {
"contents": [
"2fa_login:",
" path: /2fa",
" defaults:",
" _controller: \"scheb_two_factor.form_controller:form\"",
"",
"2fa_login_check:",
" path: /2fa_check",
""
],
"executable": false
},
"config/packages/scheb_two_factor.yaml": {
"contents": [
"# See the configuration reference at https://github.com/scheb/two-factor-bundle/blob/master/Resources/doc/configuration.md",
"scheb_two_factor:",
" security_tokens:",
" - Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken",
" # If you're using guard-based authentication, you have to use this one:",
" # - Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken",
""
],
"executable": false
}
},
"ref": "b5789cd9710e2ee555bf361079b991068a0f640b"
}
}
}