Auth page description adj., and markdown cleanup (#212)

This commit is contained in:
Patrice Chalin 2020-04-23 19:12:39 -04:00 committed by GitHub
parent 2750f043db
commit 0a198d69fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 14 deletions

View File

@ -1,8 +1,9 @@
---
layout: guides
title: Authentication
description: |
This document provides an overview of gRPC authentication, including our built-in supported auth mechanisms, how to plug in your own authentication systems, and examples of how to use gRPC auth in our supported languages.
description: >
An overview of gRPC authentication, including built-in auth mechanisms, and
how to plug in your own authentication systems.
---
### Overview
@ -35,7 +36,9 @@ most gRPC language implementations will not let you send credentials on an
unencrypted channel.
{{< warning >}}
Google credentials should only be used to connect to Google services. Sending a Google issued OAuth2 token to a non-Google service could result in this token being stolen and used to impersonate the client to Google services.
Google credentials should only be used to connect to Google services. Sending
a Google issued OAuth2 token to a non-Google service could result in this
token being stolen and used to impersonate the client to Google services.
{{< /warning >}}
### Authentication API