validate_token_and_namespace

Function validate_token_and_namespace 

Source
pub fn validate_token_and_namespace(
    api_key: &str,
    requested_namespace: &str,
    state: &AppState,
) -> Result<Claims, ServerError>
Expand description

Validate the token and check namespace access