TtRPC•Created by jai on 11/2/2022 in #❓-help Can you chain middlewares in v10?
Would I be able to make a rate limit and isAuthed middleware, then put queries behind both middlewares so it's rate limited and protected by auth? The docs suggest it doesn't work like this, but I wanted to make sure.