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
+5 -1
View File
@@ -1,8 +1,9 @@
# Python
# Python / uv
__pycache__/
*.pyc
.venv/
venv/
.python-version
# Site build output (managed by submodule)
site/dist/
@@ -12,5 +13,8 @@ site/.astro/
# Claude Code local settings
.claude/
# Wiki database (runtime data, not versioned)
data/
# OS
.DS_Store