mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
Update Flex archives
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"manifests": {
|
||||
"scheb/two-factor-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Scheb\\TwoFactorBundle\\SchebTwoFactorBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"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
|
||||
},
|
||||
"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
|
||||
}
|
||||
},
|
||||
"ref": "b5789cd9710e2ee555bf361079b991068a0f640b"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user