docs: log auth scaffold

This commit is contained in:
Ivo Oskamp 2026-05-28 15:43:05 +02:00
parent 4bf2086fb8
commit 53e1094a10

View File

@ -2,6 +2,13 @@
This file documents changes on the develop branch of this project.
## 2026-05-28 — Authentication: scaffold
### Added
- `argon2-cffi`, `pytest`, `httpx` dependencies.
- New `clearview_app/auth/` package skeleton.
- `tests/` directory with SQLite-backed pytest fixtures.
## 2026-05-26 — UI/UX: dead CSS removal, a11y, distinct risk colours, richer dashboard
### Added