Pulse/internal/auth
rcourtman 3c1cd4ee98 test: add unit tests for auth package
- Test API token generation (uniqueness, format)
- Test API token hashing (SHA3-256, deterministic)
- Test constant-time token comparison
- Test token hash detection
- Test password hashing (bcrypt, salted)
- Test password verification
- Test password complexity validation
- Verify bcrypt cost and minimum password length constants
2025-11-26 13:51:13 +00:00
..
auth_test.go test: add unit tests for auth package 2025-11-26 13:51:13 +00:00
password.go Fix config backup/restore by enforcing 12-char minimum password (related to #646) 2025-11-07 22:51:55 +00:00
token.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00