mirror of https://github.com/grpc/grpc.io.git
Auth page description adj., and markdown cleanup (#212)
This commit is contained in:
parent
2750f043db
commit
0a198d69fc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue