Allow to register Webauthn Keys

This commit is contained in:
Jan Böhmer 2022-10-04 00:08:58 +02:00
parent 068daeda75
commit ac978abe1d
11 changed files with 486 additions and 25 deletions

View file

@ -394,6 +394,9 @@
"shivas/versioning-bundle": {
"version": "3.1.3"
},
"spomky-labs/cbor-bundle": {
"version": "v2.0.3"
},
"symfony/apache-pack": {
"version": "1.0",
"recipe": {
@ -814,6 +817,15 @@
"vimeo/psalm": {
"version": "3.5.1"
},
"web-auth/webauthn-symfony-bundle": {
"version": "3.3",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "3.0",
"ref": "9926090a80c2cceeffe96e6c3312b397ea55d4a7"
}
},
"webmozart/assert": {
"version": "1.4.0"
},