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:02 UTC

[couchdb-documentation] 08/10: Fix line-too-long lint error

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 e65a1e4afd945bd51c0a6c2f6e969da3c3e698b4
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Mon Apr 27 17:47:46 2020 +0000

    Fix line-too-long lint error
---
 src/api/server/authn.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/api/server/authn.rst b/src/api/server/authn.rst
index 5b7f2fd..e82d404 100644
--- a/src/api/server/authn.rst
+++ b/src/api/server/authn.rst
@@ -368,7 +368,8 @@ The JWT authentication handler requires that all JWT tokens are signed by a key
 CouchDB has been configured to trust (there is no support for JWT's "NONE" algorithm).
 
 Additionally, CouchDB can be configured to reject JWT tokens that are missing a
-configurable set of claims (e.g, a CouchDB administrator could insist on the ``exp`` claim).
+configurable set of claims (e.g, a CouchDB administrator could insist on the ``exp``
+claim).
 
 All claims presented in a JWT token are validated if presented, regardless of whether they
 are required.