pub async fn auth_middleware(
__arg0: State<AppState>,
req: Request<Body>,
next: Next,
) -> Result<impl IntoResponse, ServerError>
Expand description
Authentication middleware for verifying API keys and namespace access
pub async fn auth_middleware(
__arg0: State<AppState>,
req: Request<Body>,
next: Next,
) -> Result<impl IntoResponse, ServerError>
Authentication middleware for verifying API keys and namespace access