From 98f5d740f0194f8ee9eae7fa9b86bb222ba99544 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Thu, 28 May 2026 16:14:46 +0200 Subject: [PATCH] docs: log auth feature complete --- docs/changelog-develop.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changelog-develop.md b/docs/changelog-develop.md index bc57d31..127442a 100644 --- a/docs/changelog-develop.md +++ b/docs/changelog-develop.md @@ -2,6 +2,15 @@ This file documents changes on the develop branch of this project. +## 2026-05-28 — Authentication: feature complete + +### Added +- End-to-end session-based authentication with admin/user roles, initial-setup flow, user management UI, and audit log. + +### Changed +- All scanning, tenant, and onboarding endpoints now require an authenticated session. +- Build bumped to `v0.1.0.3`. + ## 2026-05-28 — Authentication: session purge ### Added