docs: log users router

This commit is contained in:
Ivo Oskamp 2026-05-28 16:03:12 +02:00
parent b6a8a76f7b
commit e993e8aa59

View File

@ -2,6 +2,12 @@
This file documents changes on the develop branch of this project.
## 2026-05-28 — Authentication: users + audit endpoints
### Added
- Admin endpoints: list/create/update/delete users, reset password, view audit log.
- Self-delete protection; deactivating or resetting password revokes existing sessions.
## 2026-05-28 — Authentication: auth router
### Added