CouchDB read authorization

Posted by mdikici on Stack Overflow See other posts from Stack Overflow or by mdikici
Published on 2010-05-04T12:24:38Z Indexed on 2010/05/04 15:38 UTC
Read the original article Hit count: 214

Filed under:
|

In couchdb website -> technical overview -> security and validation - http://couchdb.apache.org/docs/overview.html - it writes that (on reader access part) "To protect document contents, CouchDB documents can have a reader list. This is an optional list of reader-names allowed to read the document. When a reader list is used, protected documents are only viewable by listed users." I searched about how to use it but i found nothing. So is it actually used and if it is how?

Thanks.

-- Mustafa

© Stack Overflow or respective owner

Related posts about couchdb

Related posts about authentication