I am using the Authentication feature now. As I know, there are two ways to 
use the token to send the request. One is to add metadata pair {key, token} 
to the context which is sent with the request. This way doesn't need ssl.
The other way is to make one call_creds by using the token, then use one 
compisited_creds to combine call_creds with one channel_creds, to create 
this channel_creds, is the grpc::SslCredentials(ssl_options) required? Is 
there a way to make it work without SslCredentials?
I tried to use grpc::InsecureChannelCredentials(), but doesn't work.
Any help with being greatly appreciated!

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/4e40d294-4add-4d3c-96f0-8e6125889f18%40googlegroups.com.

Reply via email to