How to manage predefined groups in couchdb -


i new couchdb bear me if easy.

i trying prototype system there group of user can share within database each other. example, think of message board system once user allow particular board, can view/update/delete in message board. also, user can join multiple boards.

from read far, way thinking achieve have multiple database within couchdb server. each database represents board , since board doesn't need talk each other, give nice separation between boards.

my question user authorization. know can create user in couchdb , assign them acl within 1 "database", there way in couchdb controls user access in "database" level? ie. database can user read/write/update?

the way see have table in "application" database can control user access, mapping user database.

you seem contradict yourself. know can assign user acl within 1 database, , ask if there's way control user access in database.

all authorization @ database level. read authorization section of security docs.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -