From 7e5c8fae95d9c121a31612c6c55919e0651aa355 Mon Sep 17 00:00:00 2001 From: LisaFC <LisaFC@users.noreply.github.com> Date: Thu, 26 Feb 2015 18:14:22 +0000 Subject: [PATCH] added link to auth doc --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4548a89621..f6004f7594 100644 --- a/README.md +++ b/README.md @@ -441,4 +441,7 @@ it's written in a different language. ``` $ greeter_client ``` +## Read more! +- You can find links to language-specific tutorials, examples, and other docs in each language's [quick start](#quickstart). +- [gRPC Authentication Support]() introduces authentication support in gRPC with supported mechanisms and examples. -- GitLab