mirror of https://github.com/grpc/grpc-go.git
doc: fix broken link in auth doc (#2613)
This commit is contained in:
parent
f959f2e843
commit
23ef1279c1
|
|
@ -24,7 +24,7 @@ server.Serve(lis)
|
|||
# OAuth2
|
||||
|
||||
For an example of how to configure client and server to use OAuth2 tokens, see
|
||||
[here](https://github.com/grpc/grpc-go/blob/master/examples/oauth/).
|
||||
[here](https://github.com/grpc/grpc-go/tree/master/examples/features/authentication).
|
||||
|
||||
## Validating a token on the server
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue