docs: log auth hashing

This commit is contained in:
Ivo Oskamp 2026-05-28 15:47:36 +02:00
parent e86985743a
commit 448a5d7af4

View File

@ -2,6 +2,13 @@
This file documents changes on the develop branch of this project.
## 2026-05-28 — Authentication: hashing + password policy
### Added
- Argon2id password hashing (`hash_password`, `verify_password`).
- Server-side password policy (min 12, letter + digit).
- Opaque hex session-id generator.
## 2026-05-28 — Authentication: data models
### Added