implement proof-of-concept backend authentication

This commit is contained in:
lilly 2026-05-03 17:40:34 +02:00
commit 1a0f3726d8
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
4 changed files with 540 additions and 5 deletions

View file

@ -2,5 +2,9 @@
name = "dooris_api"
version = "0.1.0"
description = "API for Dooris setup using HomeMatic."
requires-python = ">=3.14"
dependencies = []
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.136.1",
"simple-openid-connect>=2.4.0",
"uvicorn>=0.46.0",
]