Add session auth: FastAPI login/logout/me endpoints, uv-managed deps, fix cookie on JSONResponse

This commit is contained in:
brutsalvadi
2026-04-23 15:29:56 +02:00
parent f5a38b2ca8
commit 3632ab3e9a
7 changed files with 910 additions and 17 deletions
+13
View File
@@ -0,0 +1,13 @@
[project]
name = "bincio-wiki"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.30.0",
"pydantic>=2.0.0",
"bcrypt>=4.0.0",
]
[tool.uv]
package = false