mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
replace yubikeyotp to avoid form-data cve
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user