Function verify_password_bcrypt

Source
pub fn verify_password_bcrypt(password: &str, hash: &str) -> Result<bool>
Expand description

Verify a password against a bcrypt hash.