docs: log login page

This commit is contained in:
Ivo Oskamp 2026-05-28 16:06:45 +02:00
parent 646fa747ab
commit 3b823ab18e

View File

@ -2,6 +2,13 @@
This file documents changes on the develop branch of this project. This file documents changes on the develop branch of this project.
## 2026-05-28 — Authentication: login page
### Added
- `login.html` with username / password / remember-me.
- Shared `auth.js` helpers (postJson, getJson).
- CSS for auth pages and the header user-badge.
## 2026-05-28 — Authentication: API gating ## 2026-05-28 — Authentication: API gating
### Changed ### Changed