**Understanding RpcMiddleware's Optional Option vs Custom Context and Middleware**
When would I use RpcMiddleware's optional option vs this sort of thing:
Also: I was expecting to use a resource in the execution of my auth middleware to verify my session cookie but R must be never. Was I attempting to use an anti pattern? Should I just be parsing the cookie in the middleware and then verify in my rpc handler?
Also: I was expecting to use a resource in the execution of my auth middleware to verify my session cookie but R must be never. Was I attempting to use an anti pattern? Should I just be parsing the cookie in the middleware and then verify in my rpc handler?
