diff --git a/docs/changelog-develop.md b/docs/changelog-develop.md index bab698a..d07d753 100644 --- a/docs/changelog-develop.md +++ b/docs/changelog-develop.md @@ -2,6 +2,16 @@ This file documents changes on the develop branch of this project. +## 2026-05-28 — Authentication: SPA gate + +### Added +- App boot calls `/api/auth/me`; 401 redirects to `/login.html` (or `/setup.html`). +- Header user-badge with sign-out button. +- Users nav link (hidden for non-admin). + +### Changed +- `requestJson` wrapper now redirects on any 401 response. + ## 2026-05-28 — Authentication: setup page ### Added