Skip to main content

verify_password

Function verify_password 

Source
pub fn verify_password(
    password: Secret<String>,
    hash: &str,
) -> Result<bool, AppError>
Expand description

Verifies a password against an Argon2 hash.