pub fn extract_basic_credentials( headers: &HeaderMap, ) -> Option<(String, String)>
Extract Basic credentials from the Authorization header.