From 017039804a90552a13e99a027a4af3c3be64854e Mon Sep 17 00:00:00 2001 From: Brad Moylan Date: Mon, 8 Aug 2016 09:44:08 -0700 Subject: [PATCH] Fix typo in accessing-the-api.md --- docs/admin/accessing-the-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/accessing-the-api.md b/docs/admin/accessing-the-api.md index 92380ded3f..57d67a0a5d 100644 --- a/docs/admin/accessing-the-api.md +++ b/docs/admin/accessing-the-api.md @@ -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).