-
Hi, I've created the Protocol Buffers tool Mouse Melon. Now I want to add gRPC support to it. Initially a gRPC client, but maybe later also a gRPC server. I like the Wire library for Protocol Buffers and I'm considering to use the Wire library also for gRPC. But, it's important for me that there are no important features missing. For this part of the application I'll be doing the Protocol Buffers serialization myself, so limitations such as no support for groups are not a problem. Are these authentication mechanisms (SSL client certificate / Google token / OAuth token) supported in Wire gRPC? Are there any limitations I should know about? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello! We have not done any work around authentication at the Wire level. If the http client (OkHttp) can't take care of it, then Wire doesn't support it. |
Beta Was this translation helpful? Give feedback.
Hello!
We have not done any work around authentication at the Wire level. If the http client (OkHttp) can't take care of it, then Wire doesn't support it.