Providing Multiple Services from Middleware in `HttpApi`

Is it possible to sort of provide 2 things from a middleware in HttpApi? I validate an API key against Unkey's API, and want to provide both an UnkeyContext as well as a UserContext
Was this page helpful?