docs: log session lifecycle

This commit is contained in:
Ivo Oskamp 2026-05-28 15:55:26 +02:00
parent 0b7b58efe9
commit c75dc477af

View File

@ -2,6 +2,12 @@
This file documents changes on the develop branch of this project.
## 2026-05-28 — Authentication: session lifecycle
### Added
- `auth.sessions` with 8h sliding / 30d remember TTLs, lookup-and-refresh, revoke, purge.
- `UTCDateTime` type decorator in `auth.models` to keep UTC-aware datetimes across SQLite roundtrips.
## 2026-05-28 — Authentication: audit helper
### Added