docs: log session purge

This commit is contained in:
Ivo Oskamp 2026-05-28 16:13:51 +02:00
parent 98734b1c31
commit 57ce1aca92

View File

@ -2,6 +2,11 @@
This file documents changes on the develop branch of this project.
## 2026-05-28 — Authentication: session purge
### Added
- Worker periodically deletes expired rows from `user_sessions` (every 5 minutes).
## 2026-05-28 — Authentication: Users + Audit UI
### Added