Hey guys,
Do you know how you can use the output of an HttpApiMiddleware in another HttpApiMiddleware?
There is a combine function for HttpLayerRouter.middleware, but I can't find how to do the same with HttpApiMiddleware
I have one HttpApiMiddleware that provides the current user, and would like to use the CurrentUser inside another HttpApiMiddleware that enforece authorization policies