docs: log auth gating

This commit is contained in:
Ivo Oskamp 2026-05-28 16:05:04 +02:00
parent 17d91680d5
commit 8b842f5d74

View File

@ -2,6 +2,12 @@
This file documents changes on the develop branch of this project.
## 2026-05-28 — Authentication: API gating
### Changed
- Tenants, Jobs, and Onboarding routers now require an authenticated session.
- Auth and Users routers wired into the FastAPI app.
## 2026-05-28 — Authentication: users + audit endpoints
### Added