pub fn check_password_tolerant(password: &str, encoded: &str) -> bool
Expand description

Verifies a password against an encoded hash, returns a boolean, even in case of error.