You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/03/08 02:16:59 UTC

[5/6] documentation commit: updated refs/heads/master to 3a2eadb

Shorten line to make linter happy


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/90050a69
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/90050a69
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/90050a69

Branch: refs/heads/master
Commit: 90050a698d524d562488e0cbaa627471e2b1413e
Parents: 5b7d057
Author: Nick Vatamaniuc <va...@apache.org>
Authored: Tue Mar 7 21:15:11 2017 -0500
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Tue Mar 7 21:15:11 2017 -0500

----------------------------------------------------------------------
 src/api/server/authn.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/90050a69/src/api/server/authn.rst
----------------------------------------------------------------------
diff --git a/src/api/server/authn.rst b/src/api/server/authn.rst
index e9cb41b..911c047 100644
--- a/src/api/server/authn.rst
+++ b/src/api/server/authn.rst
@@ -290,9 +290,10 @@ headers to CouchDB with related requests:
 - :config:option:`X-Auth-CouchDB-Roles <couch_httpd_auth/x_auth_roles>`:
   comma-separated (``,``) list of user roles;
 - :config:option:`X-Auth-CouchDB-Token <couch_httpd_auth/x_auth_token>`:
-  authentication token. When :config:option:`proxy_use_secret <couch_httpd_auth/proxy_use_secret>`
-  is set (which is strongly recommended!), this header provides the secret token
-  to prevent requests from untrusted sources.
+  authentication token. When
+  :config:option:`proxy_use_secret <couch_httpd_auth/proxy_use_secret>`
+  is set (which is strongly recommended!), this header provides the secret
+  token to prevent requests from untrusted sources.
 
 **Request**: