You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: update PIN to password for better security
- Change from 4-8 digit PIN to 8-64 character password
- Allow alphanumeric and special characters
- Update all references from PIN to password in SPEC.md
- Align with security best practices
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: implement PasswordInput component (#65)
- Create secure password input with validation and strength indicator
- Support 8-64 character passwords with alphanumeric and special chars
- Add show/hide toggle and character counter
- Implement password strength calculation (weak/medium/strong)
- Add confirm password field for create mode
- Server-side hashing approach for security (PBKDF2-SHA256)
- Create comprehensive tests and demo page
- Update SPEC.md to reflect server-side hashing decision
- Add note about future OPAQUE protocol consideration
BREAKING CHANGE: Changed from PIN to password-based authentication
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* docs: update tracking for PasswordInput completion
- Mark PasswordInput (#65) as complete in TODO.md
- Update PHASE_4_ISSUE_TRACKING.md with PR #95
- Update progress to 14/19 issues (74%) complete
- Update next priority issues list
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments