From e993e8aa590067a2eba0cb920ab194c21c2f280a Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Thu, 28 May 2026 16:03:12 +0200 Subject: [PATCH] docs: log users router --- docs/changelog-develop.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog-develop.md b/docs/changelog-develop.md index ac64810..c6933ab 100644 --- a/docs/changelog-develop.md +++ b/docs/changelog-develop.md @@ -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