docs: log auth feature complete

This commit is contained in:
Ivo Oskamp 2026-05-28 16:14:46 +02:00
parent 7c12fdbdf3
commit 98f5d740f0

View File

@ -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