Handling Authentication in RPC with JWT
Does anybody have an example or pointers of how to handle auth when using RPC? I'm trying to migrate an existing service to rpc, I have a JWT that I pass as a header. It's not clear to me the best way to validate and provide the claims to my handlers server side in rpc.
