Skip to content
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

add support for adding context annotators, expose runtime.AddContextAnnotator #323

Closed
wants to merge 2 commits into from

Conversation

ilius
Copy link

@ilius ilius commented Mar 9, 2017

For services that need to read from http.Request (for example take something from cookie) and modify GRPC context (ctx).
A very useful (or maybe essential) use case is reading JWT token from cookie and puttng it in GRPC context (with or without validation)

@ilius ilius force-pushed the pr1-context-annotator branch 2 times, most recently from 42e319d to bb84628 Compare March 15, 2017 04:12
@tmc
Copy link
Collaborator

tmc commented Apr 17, 2017

Thank you for your contribution! let's move forward with the approach in #336.

@tmc tmc closed this Apr 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants