This commit is contained in:
Julian Gassner
2025-02-05 16:49:04 +00:00
committed by GitHub
24 changed files with 1278 additions and 1481 deletions

View File

@@ -22,6 +22,10 @@
"secret": {
"minLength": 1,
"type": "string"
},
"mfa_token": {
"minLength": 1,
"type": "string"
}
},
"required": ["identity", "secret"],