feat(auth): Add dash-auth package

In order to be able to authenticate with the app, a simple approach
using dash-auth with environment-based secrets is used for now.
This commit is contained in:
Tobias Quadfasel
2024-09-03 16:03:35 +02:00
parent 9eab00f4bc
commit 0b7a8218e7
2 changed files with 21 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ gunicorn = "^23.0.0"
pyodbc = "^5.1.0"
pandas = "^2.2.2"
openai = "^1.43.0"
dash-auth = "^2.3.0"
[tool.poetry.group.docs.dependencies]
mkdocs = "^1.6.0"