Fix typo in accessing-the-api.md

This commit is contained in:
Brad Moylan 2016-08-08 09:44:08 -07:00 committed by GitHub
parent a030e5777e
commit 017039804a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ one or more Authenticator Modules.
Authenticators are described in more detail [here](/docs/admin/authentication/). Authenticators are described in more detail [here](/docs/admin/authentication/).
The input to the authentication step is the entire HTTP request, however, it typically The input to the authentication step is the entire HTTP request, however, it typically
just examines the headers and/or or client certificate. just examines the headers and/or client certificate.
Authentication modules include Client Certificates, Password, and Plain Tokens, Authentication modules include Client Certificates, Password, and Plain Tokens,
and JWT Tokens (used for service accounts). and JWT Tokens (used for service accounts).