You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2020/04/27 20:12:01 UTC

[couchdb-documentation] 07/10: address review comments

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 0c1daf73d815a941809b3abb21e4a77c196a0b6b
Author: Robert Newson <ro...@uk.ibm.com>
AuthorDate: Mon Apr 27 16:24:52 2020 +0100

    address review comments
---
 src/api/server/authn.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/server/authn.rst b/src/api/server/authn.rst
index 16ac3db..5b7f2fd 100644
--- a/src/api/server/authn.rst
+++ b/src/api/server/authn.rst
@@ -352,7 +352,7 @@ JWT Authentication
 ====================
 
 .. note::
-    To use this authentication method make sure that the
+    To use this authentication method, make sure that the
     ``{chttpd_auth, jwt_authentication_handler}`` value is added to the
     list of the active :config:option:`chttpd/authentication_handlers`:
 
@@ -361,7 +361,7 @@ JWT Authentication
         [chttpd]
         authentication_handlers = {chttpd_auth, cookie_authentication_handler}, {chttpd_auth, jwt_authentication_handler}, {chttpd_auth, default_authentication_handler}
 
-``JWT authentication`` enables CouchDB to use externally generated JWT tokens
+``JWT authentication`` enables CouchDB to use externally-generated JWT tokens
 instead of defining users or roles in the ``_users`` database.
 
 The JWT authentication handler requires that all JWT tokens are signed by a key that