feat: add local admin authentication

This commit is contained in:
Bastian Wagner
2026-08-15 09:33:27 +02:00
parent 93232a809e
commit da6b94ca2f
10 changed files with 173 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ dependencies = [
"cryptography>=43,<50",
"jinja2>=3.1,<4",
"python-multipart>=0.0.9,<1",
"itsdangerous>=2.1,<3",
]
[project.optional-dependencies]