WebAuthn初步接好

This commit is contained in:
2022-08-08 02:07:27 +08:00
parent 50934228ef
commit 30b38e3f4b
16 changed files with 1329 additions and 5 deletions

View File

@ -11,7 +11,9 @@
"laravel/framework": "^8.75",
"laravel/sanctum": "^2.11",
"laravel/tinker": "^2.5",
"league/flysystem-aws-s3-v3": "~1.0"
"league/flysystem-aws-s3-v3": "~1.0",
"web-auth/webauthn-lib": "^3.3",
"ext-json": "*"
},
"require-dev": {
"facade/ignition": "^2.5",