pub fn extract_from_header(header_value: &str) -> AuthResult<String>Expand description
Extract API key from Authorization header
Supports formats:
Bearer <api-key>ApiKey <api-key><api-key>(raw key)
pub fn extract_from_header(header_value: &str) -> AuthResult<String>Extract API key from Authorization header
Supports formats:
Bearer <api-key>ApiKey <api-key><api-key> (raw key)