diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-30 22:14:29 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-30 22:14:29 +0900 |
| commit | 9c8f77665248086005d7c1926b1ada3844ca763f (patch) | |
| tree | ea00e7c336b23c66684f6834aec20486ff516387 /docs | |
| parent | 953e6aeca4a1cf5dcba2148ab638a357cd6e60a0 (diff) | |
| download | kioku-0.1.1.tar.gz kioku-0.1.1.tar.zst kioku-0.1.1.zip | |
fix(auth): unify password length requirement to 15 charactersv0.1.1
The add-user.ts script required only 8 characters while createUserSchema
required 15. Now both enforce the same minimum of 15 characters for
stronger password security.
🤖 Generated with [Claude Code](https://claude.ai/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/roadmap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index ed45ea6..498ef11 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -198,7 +198,7 @@ Smaller features first to enable early MVP validation. ### Medium Priority - [x] Fix card update authorization in sync push (verify existing card ownership) -- [ ] Unify password length requirement (add-user.ts: 8 chars → 15 chars) +- [x] Unify password length requirement (add-user.ts: 8 chars → 15 chars) ### Low Priority - [ ] Consider httpOnly cookie for token storage (XSS mitigation) |
