Fix authentication on Keycloak

This commit is contained in:
2025-01-17 10:24:21 +01:00
parent 9fcae05d20
commit 33c0e603f8
8 changed files with 532 additions and 388 deletions

View File

@ -1,10 +1,11 @@
[tool.poetry]
name = "hsman"
version = "0.9.21"
version = "0.9.22"
description = "Flask Admin webui for Headscale"
authors = ["Andrea Mistrali <andrea@mistrali.pw>"]
license = "BSD"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.11,<4.0"
@ -17,6 +18,7 @@ flask-pydantic = "^0.12.0"
uvicorn = "^0.30.1"
hsapi-client = "^0.9.9"
# hsapi_client = { path = "../hsapi-client", develop = true }
flask-session = "^0.8.0"
[tool.poetry.group.dev.dependencies]