pub fn authenticate_api_key(
state: &AuthState,
api_key: &str,
) -> Option<AuthResult>
Expand description
Authenticate using API key
pub fn authenticate_api_key(
state: &AuthState,
api_key: &str,
) -> Option<AuthResult>
Authenticate using API key