httpd: add a setting to disable login methods, deprecate the previous one

the previous enabled login methods setting is hard to extend in
a backward compatible way

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2025-01-25 21:49:01 +01:00
parent 70f8b4d495
commit 69ef36b4d9
8 changed files with 314 additions and 91 deletions

View File

@@ -272,6 +272,7 @@
"enable_web_client": true,
"enable_rest_api": true,
"enabled_login_methods": 0,
"disabled_login_methods": 0,
"enable_https": false,
"certificate_file": "",
"certificate_key_file": "",