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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user