docs: log auth migration

This commit is contained in:
Ivo Oskamp 2026-05-28 15:50:50 +02:00
parent 0a03ac60db
commit 8a80ae71c4

View File

@ -2,6 +2,11 @@
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: database migration
### Added
- Alembic migration `0003_auth_tables` creating `users`, `user_sessions`, `auth_audit`.
## 2026-05-28 — Authentication: hashing + password policy ## 2026-05-28 — Authentication: hashing + password policy
### Added ### Added