Add recipe for mbarbey/u2f-security-bundle

This commit is contained in:
Michael Barbey
2018-11-06 15:45:56 +01:00
parent 3fa8f5e184
commit 9a4a052614
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,5 @@
mbarbey_u2f_security:
authentication_route: user_authenticate_u2f
whitelist_routes:
- login
- logout
@@ -0,0 +1,8 @@
{
"bundles": {
"Mbarbey\\U2fSecurityBundle\\MbarbeyU2fSecurityBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}