From 8a80ae71c4af3038524952f95e67d897b545a18a Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Thu, 28 May 2026 15:50:50 +0200 Subject: [PATCH] docs: log auth migration --- docs/changelog-develop.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog-develop.md b/docs/changelog-develop.md index 5ff6ef6..a3050b2 100644 --- a/docs/changelog-develop.md +++ b/docs/changelog-develop.md @@ -2,6 +2,11 @@ This file documents changes on the develop branch of this project. +## 2026-05-28 — Authentication: database migration + +### Added +- Alembic migration `0003_auth_tables` creating `users`, `user_sessions`, `auth_audit`. + ## 2026-05-28 — Authentication: hashing + password policy ### Added