Use jbtronics/2fa-webauthn for u2f two factor authentication

This commit is contained in:
Jan Böhmer 2022-10-03 23:09:50 +02:00
parent 03aaff3c79
commit 068daeda75
18 changed files with 1389 additions and 604 deletions

View file

@ -10,7 +10,7 @@
"ext-json": "*",
"ext-mbstring": "*",
"beberlei/doctrineextensions": "^1.2",
"brick/math": "^0.10.2",
"brick/math": "^0.8.15",
"composer/package-versions-deprecated": "1.11.99.4",
"doctrine/annotations": "^1.6",
"doctrine/doctrine-bundle": "^2.0",
@ -70,7 +70,7 @@
"twig/intl-extra": "^3.0",
"twig/markdown-extra": "^3.0",
"webmozart/assert": "^1.4",
"r/u2f-two-factor-bundle": "dev-scheb/2fa-support"
"jbtronics/2fa-webauthn": "dev-master"
},
"require-dev": {
"dama/doctrine-test-bundle": "^7.0",
@ -147,6 +147,10 @@
{
"type": "vcs",
"url": "https://github.com/jbtronics/u2f-two-factor-bundle.git"
},
{
"type": "path",
"url": "../2fa-webauthn"
}
]
}