[web_server] Add HTTP digest authentication with selectable scheme (#17541)

This commit is contained in:
Jesse Hills
2026-07-14 10:33:44 +12:00
committed by GitHub
parent 5e3e2f82c9
commit 65d6c028ce
14 changed files with 370 additions and 18 deletions
@@ -5,3 +5,4 @@ web_server:
auth:
username: admin
password: password
type: digest
@@ -1,2 +1,8 @@
packages:
web_server: !include common_v2.yaml
web_server:
auth:
username: admin
password: password
type: digest
@@ -1,2 +1,8 @@
packages:
web_server: !include common_v2.yaml
web_server:
auth:
username: admin
password: password
type: basic
@@ -0,0 +1,8 @@
packages:
web_server: !include common_v2.yaml
web_server:
auth:
username: admin
password: password
type: basic