Documentation: grpc-auth-support point at gRPC.io

Instead of linking to the gRPC docs in github link to gRPC.io
This commit is contained in:
Brandon Philips
2015-09-16 18:03:32 -07:00
parent f0d0c4955f
commit 04e58f3820

View File

@ -1,6 +1,6 @@
# Authentication
As outlined <a href="https://github.com/grpc/grpc/blob/master/doc/grpc-auth-support.md">here</a> gRPC supports a number of different mechanisms for asserting identity between an client and server. We'll present some code-samples here demonstrating how to provide TLS support encryption and identity assertions as well as passing OAuth2 tokens to services that support it.
As outlined in the [gRPC authentication guide](http://www.grpc.io/docs/guides/auth.html) there are a number of different mechanisms for asserting identity between an client and server. We'll present some code-samples here demonstrating how to provide TLS support encryption and identity assertions as well as passing OAuth2 tokens to services that support it.
# Enabling TLS on a gRPC client