docs: log auth router

This commit is contained in:
Ivo Oskamp 2026-05-28 16:01:03 +02:00
parent d1ed9cb4b5
commit 12609ba2a4

View File

@ -2,6 +2,12 @@
This file documents changes on the develop branch of this project. This file documents changes on the develop branch of this project.
## 2026-05-28 — Authentication: auth router
### Added
- `/api/auth/setup-required`, `/api/auth/setup`, `/api/auth/login`, `/api/auth/logout`, `/api/auth/me`.
- HttpOnly session cookie with SameSite=Lax; Secure flag controlled by `COOKIE_SECURE` env.
## 2026-05-28 — Authentication: FastAPI dependencies ## 2026-05-28 — Authentication: FastAPI dependencies
### Added ### Added