Skip to main content

auth_middleware

Function auth_middleware 

Source
async fn auth_middleware(
    __arg0: State<HttpAuthState>,
    req: Request,
    next: Next,
) -> Response