I am using Armeria with gRPC/java and I'm looking to decorate one of the services with an AuthService like this https://sultanov.dev/blog/securing-java-grpc-services-with-jwt-based-authentication/. I want to access the gRPC request header, do some validation, and if validated, write something in the context object and proceed.
I am having some trouble finding documentation for how to interact with the context object correctly. Can someone help point me in the right direction? Thanks!