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
|
layout: guides
|
||||||
title: Authentication
|
title: Authentication
|
||||||
description: |
|
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.
|
An overview of gRPC authentication, including built-in auth mechanisms, and
|
||||||
|
how to plug in your own authentication systems.
|
||||||
---
|
---
|
||||||
|
|
||||||
### Overview
|
### Overview
|
||||||
|
|
@ -35,7 +36,9 @@ most gRPC language implementations will not let you send credentials on an
|
||||||
unencrypted channel.
|
unencrypted channel.
|
||||||
|
|
||||||
{{< warning >}}
|
{{< 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 >}}
|
{{< /warning >}}
|
||||||
|
|
||||||
### Authentication API
|
### Authentication API
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue