replace yubikeyotp to avoid form-data cve

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458
2025-09-09 15:38:57 +01:00
parent 4bff9f1788
commit 6bcf39610a
5 changed files with 11 additions and 18 deletions

View File

@@ -2785,7 +2785,7 @@
},
"yubikey": {
"type": "object",
"description": "Yubikey configuration",
"description": "Yubikey OTP configuration (get API Key from https://upgrade.yubico.com/getapikey/)",
"properties": {
"id": {
"type": "string",
@@ -2794,11 +2794,6 @@
"secret": {
"type": "string",
"description": "Yubikey secret key"
},
"proxy": {
"type": "string",
"format": "uri",
"description": "Yubikey proxy URL"
}
},
"required": [