mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
31 lines
973 B
JSON
31 lines
973 B
JSON
{
|
|
"manifests": {
|
|
"mbarbey/u2f-security-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Mbarbey\\U2fSecurityBundle\\MbarbeyU2fSecurityBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/mbarbey_u2f_security.yaml": {
|
|
"contents": [
|
|
"mbarbey_u2f_security:",
|
|
" authentication_route: my_u2f_authentication_route",
|
|
" whitelist_routes:",
|
|
" - login",
|
|
" - logout",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "607a7a93e3dbb43d066396962bee60acdf3973f0"
|
|
}
|
|
}
|
|
}
|