Switch auth to bincio-auth JWT; fix login redirect to bincio.org

This commit is contained in:
Davide Scaini
2026-06-03 21:00:29 +02:00
parent 15a993ecc6
commit 3d09097eb3
4 changed files with 23 additions and 44 deletions
+1
View File
@@ -6,4 +6,5 @@ dependencies = [
"fastapi>=0.111",
"uvicorn[standard]>=0.29",
"pydantic>=2.0",
"PyJWT>=2.8",
]