GRPC http headers #830
Unanswered
francesco-gaglione
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently implementing an auth system using http headers. But I'm not able to understand how to access the http request from a service and/or from a middleware. Can someone explain if it is possible?
Note: I considered using metadata but the protobuff doc say that has a limited size so probably it is not smart to use them for jwt tokens
Beta Was this translation helpful? Give feedback.
All reactions