[PM-31631] update password pre-login salt response#7469
[PM-31631] update password pre-login salt response#7469ike-kottlowski wants to merge 19 commits intomainfrom
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed the latest commits ( Code Review Details
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7469 +/- ##
==========================================
- Coverage 63.87% 59.62% -4.25%
==========================================
Files 2088 2096 +8
Lines 92350 92574 +224
Branches 8205 8231 +26
==========================================
- Hits 58987 55201 -3786
- Misses 31337 35427 +4090
+ Partials 2026 1946 -80 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Great job! No new security vulnerabilities introduced in this pull request |
Co-authored-by: Copilot <copilot@github.com>
…https://github.com/bitwarden/server into auth/pm-31631/update-password-prelogin-salt-response
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Added a comment to clarify email normalization process.
JaredSnider-Bitwarden
left a comment
There was a problem hiding this comment.
Excellent work.
|




🎟️ Tracking
PM-31631
📔 Objective
With the addition of the salt property used to calculate hash values for passwords we need to add
saltto the response object for password/prelogin. Otherwise the client won't know which algorithm and salt to use to when validating for password authentication.📸 Screenshots
Insomnia API Tooling showing request getting both email and null responses from
prelogin/passwordendpointinsomnia-12.5.0_Xs8Iy93mz0.mp4