Function docserver::login_password::verify_password
source · pub fn verify_password(
password: impl AsRef<[u8]>,
hash: &str
) -> Result<(), VerifyError>
Expand description
Verify the provided password against the provided password hash.