pub fn verify_password(password: &str, password_hash: &str) -> ResultExpand description
Verifies a plaintext password against an encoded Argon2 password hash.
Malformed hashes and password mismatches return an error. Success is
represented by Ok(()).