api_key_auth

Function api_key_auth 

Source
pub async fn api_key_auth(
    __arg0: State<AuthState>,
    request: Request,
    next: Next,
) -> Result<Response, Response>
Expand description

API key authentication middleware.