pub fn hash_password(password: &str) -> Result<String, RustAuthError>Expand description
Hash a password using Better Auth’s legacy-compatible scrypt format.
pub fn hash_password(password: &str) -> Result<String, RustAuthError>Hash a password using Better Auth’s legacy-compatible scrypt format.