Merge pull request #992 from bmoylan/patch-1

Fix typo in accessing-the-api.md
This commit is contained in:
Jared
2016-08-08 14:17:53 -07:00
committed by GitHub
+1 -1
View File
@@ -39,7 +39,7 @@ one or more Authenticator Modules.
Authenticators are described in more detail [here](/docs/admin/authentication/).
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,
and JWT Tokens (used for service accounts).