-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Custom interceptor #283
Comments
We have plans to add Interceptor support in the future. We will start with an API proposal first. |
Good news! Thx for your feedback! |
Prior art: gRPC Node interceptors: grpc/grpc-node#59 |
Do we have any movement on client interceptors? |
As far as I understand client interceptor is necessary for creating a centralized authentication mechanism (one that you don't have to add the auth token to request metadata on each request manually) and also for creating PWA's. Am I right? or is there another way to do these things? |
I've submitted a new issue that defines an API Proposal for client interceptors for gRPC-Web #555 Feedback welcome/required. The way NodeJS native library uses call stacks is very different to the web implementation, so still fleshing out how the |
This has been implemented yay |
Blog post for posterity: https://grpc.io/blog/grpc-web-interceptor/ |
Hi,
is it possible to write a custom interceptor?
Can i access the custom metadata?
In kotlin i do something like this:
The text was updated successfully, but these errors were encountered: