Add the reusable RMS core application (server, web UI, plugins, tests, tools) with generic defaults, GPL licensing, and maintainer context documentation so deployments can consume this repo as software source independent of station-specific overlays.
21 lines
386 B
JSON
21 lines
386 B
JSON
{
|
|
"id": "rms.auth.otp_email",
|
|
"name": "OTP per E-Mail",
|
|
"version": "1.0.0",
|
|
"apiVersion": "1.0",
|
|
"capabilities": [],
|
|
"authMethod": {
|
|
"id": "otp-email",
|
|
"type": "otp",
|
|
"label": "OTP (E-Mail)"
|
|
},
|
|
"settingsSchema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"from": { "type": "string" }
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"uiControls": []
|
|
}
|