pub fn parse_basic_auth(header: &str) -> Option<(String, String)>
Parse a Basic Auth header value.
Returns (username, password) or None if invalid.