Diamond
Diamond
cc @zacharyburkett
> We could inject security related middlewares as _middlewares_ required on function calls by codegen. I think this issue is effectively suggesting that: ```go r.Group(func(r chi.Router) { r.Use(handleBearerAuth) // !!!...
As a sidenote, I think we're better off changing the generated method signatures to return a `*Response` or `(*Response, error)` pair directly instead of having the user call the `Render`...
> The implementation might require a considerable investment of effort, though. Is there any particular reason why this might be the case? I would expect WASM to actually be equally...