You can create per db user role and reader under security link inside
DB.
If you are using futon, go inside DB and click security and you can
define who has access and how much much.
On May 17, 2010, at 7:34 AM, Patrick Petermair <[email protected]
> wrote:
Hi!
We have a scenario, where each user should get their own CouchDB
database. Everyone should only be allowed to see their own DB (after
authenticating). It should not be possible to edit or even see data
from other users.
Is this possible with CouchDB? It seems like CouchDB only supports a
system wide authentication mechanism for admin accounts. If it is
not possible, what would be the best way to work around this?
Thanks!
Patrick