From 12609ba2a4c5e260387082cd4d992dd534db6953 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Thu, 28 May 2026 16:01:03 +0200 Subject: [PATCH] docs: log auth router --- docs/changelog-develop.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog-develop.md b/docs/changelog-develop.md index 4586bc3..ac64810 100644 --- a/docs/changelog-develop.md +++ b/docs/changelog-develop.md @@ -2,6 +2,12 @@ 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 ### Added