Merge pull request #554

This commit is contained in:
symfony-flex-server[bot]
2018-11-17 12:12:16 +00:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,5 @@
mbarbey_u2f_security:
authentication_route: my_u2f_authentication_route
whitelist_routes:
- login
- logout
@@ -0,0 +1,8 @@
{
"bundles": {
"Mbarbey\\U2fSecurityBundle\\MbarbeyU2fSecurityBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}