pub fn verify_api_key( api_key: &str, stored_hash: &str, salt: &Salt, ) -> Result<bool, HashingError>
Verify an API key against a stored hash