个人信息页面测试用的webauthn相关

This commit is contained in:
Chenx221 2024-03-14 20:27:23 +08:00
parent 97b69e73e1
commit 67923425f8
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021
2 changed files with 5 additions and 3 deletions

View File

@ -49,9 +49,11 @@
"ext-gd": "*",
"endroid/qr-code": "^5.0",
"bower-asset/bootstrap": "^5.3",
"web-auth/webauthn-lib": "^4.8",
"npm-asset/simplewebauthn--browser": "^9.0",
"symfony/serializer": "^7.0"
"symfony/serializer": "^7.0",
"symfony/property-access": "^7.0",
"phpdocumentor/reflection-docblock": "^5.3",
"web-auth/webauthn-lib": "^4.8"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.1.0",

View File

@ -7,7 +7,7 @@ return [
'senderEmail' => 'noreply@example.com',
'senderName' => 'Example.com mailer',
// data directory is used to store uploaded files by the user (e.g. root dir for every user's home)
'domain' => $_ENV['DOMAIN'],
'domain' => $_ENV['DOMAIN']??null,
'dataDirectory' => '@app/data',
'verifyProvider' => $_ENV['VERIFY_PROVIDER'],
'reCAPTCHA' => [