Files
rxminder/services/auth
William Valentin a183aca4d8 feat(auth): implement secure password authentication
- Replace plaintext password comparison with bcrypt verification
- Hash passwords before database storage in registration
- Validate bcrypt hashes during login to reject legacy plaintext
- Update password change and reset flows with proper hashing
- Add legacy password detection for security enforcement
2025-10-16 13:15:08 -07:00
..