pub fn check_request(
    headers: &HeaderMap,
    userid: &str,
    password: &str
) -> Result<(), StatusCode>
Expand description

Check for a Basic HTTP Authorization Schema of an incoming request and uses bcrypt for password hashing verification.