You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm working with @pjm17971 and this is a follow up to #79. Thanks for grpc-web -- I think it's fantastic idea and we'd really love to use it in our project.
We're trying to use the grpc-web proxy to talk to an gRPC server that is fronted by Google Cloud Endpoints -- I've attached a diagram. We are using JWT tokens for authentication. It seems like the token isn't making it through the grpcwebproxy. I've looked at the code and I can't see why that isn't getting passed through.
Do you think the JWT token should be making it through to the backend server? Is there someplace I'd need to add something to help with that? I'm totally fine adding some code but I'm not sure I fully get how the proxy works and so I'm not sure if that would be an adjustment to the grpcwebproxy code or perhaps to the grpc-proxy library. Any pointer you could give would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hello, I'm working with @pjm17971 and this is a follow up to #79. Thanks for grpc-web -- I think it's fantastic idea and we'd really love to use it in our project.
We're trying to use the grpc-web proxy to talk to an gRPC server that is fronted by Google Cloud Endpoints -- I've attached a diagram. We are using JWT tokens for authentication. It seems like the token isn't making it through the grpcwebproxy. I've looked at the code and I can't see why that isn't getting passed through.
Do you think the JWT token should be making it through to the backend server? Is there someplace I'd need to add something to help with that? I'm totally fine adding some code but I'm not sure I fully get how the proxy works and so I'm not sure if that would be an adjustment to the grpcwebproxy code or perhaps to the grpc-proxy library. Any pointer you could give would be greatly appreciated!
The text was updated successfully, but these errors were encountered: