From 53e1094a1052aaf867beaacf83530b3bb320f6e6 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Thu, 28 May 2026 15:43:05 +0200 Subject: [PATCH] docs: log auth scaffold --- docs/changelog-develop.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog-develop.md b/docs/changelog-develop.md index 8d76c14..f2d5728 100644 --- a/docs/changelog-develop.md +++ b/docs/changelog-develop.md @@ -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