implement proof-of-concept backend authentication
This commit is contained in:
parent
93394769b2
commit
1a0f3726d8
4 changed files with 540 additions and 5 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue