docs: log SPA auth gate

This commit is contained in:
Ivo Oskamp 2026-05-28 16:09:24 +02:00
parent 2d8d58a9ef
commit 4c0f8bd06f

View File

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