Function auth_middleware

Source
pub async fn auth_middleware(
    request: Request,
    next: Next,
) -> Result<Response, StatusCode>
Expand description

Authentication middleware (placeholder for future implementation)