docs: log auth models

This commit is contained in:
Ivo Oskamp 2026-05-28 15:45:30 +02:00
parent 61ab979f5a
commit 51b0177f7f

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: data models
### Added
- `User`, `UserSession`, `AuthAudit` SQLAlchemy models.
- Model-level tests using SQLite in-memory engine.
## 2026-05-28 — Authentication: scaffold ## 2026-05-28 — Authentication: scaffold
### Added ### Added