mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
45 lines
1.9 KiB
JSON
45 lines
1.9 KiB
JSON
{
|
|
"locks": {
|
|
"scheb/two-factor-bundle": {
|
|
"version": "3.16",
|
|
"recipe": {
|
|
"repo": "3.16",
|
|
"branch": "master",
|
|
"version": "3.16",
|
|
"ref": "b5789cd9710e2ee555bf361079b991068a0f640b"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"scheb/two-factor-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "scheb/two-factor-bundle",
|
|
"version": "3.16",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Scheb\\TwoFactorBundle\\SchebTwoFactorBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/scheb_two_factor.yaml": {
|
|
"contents": "2fa_login:\n path: /2fa\n defaults:\n _controller: \"scheb_two_factor.form_controller:form\"\n\n2fa_login_check:\n path: /2fa_check\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"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\nscheb_two_factor:\n security_tokens:\n - Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken\n # If you're using guard-based authentication, you have to use this one:\n # - Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "scheb/two-factor-bundle:3.16@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |