mirror of
https://github.com/bitwarden/server.git
synced 2026-06-01 01:55:55 -05:00
- Standardize validation on `RegisterFinishRequestModel` so Auth and Unlock data are both required and consistently validated - Add salt validation to both unlock and authentication data - Enforce that Auth and Unlock data contain matching values - Keep validation backwards compatible with older clients - Add and update unit tests covering the new validation rules and error messages Co-authored-by: Ike Kottlowski <ikottlowski@bitwarden.com>