Hi, While you'd like to disable GET for some users for some doc with _id: "foo" he could alternatively get it via:
curl -X POST http://localhost:5984/db/_all_docs?include_docs=true -d '{"keys":["foo"]}' -H "Content-Type: application/json" Same works for other views. Probably, "per-user db" or "per-usergroup db" design would be much more better solution. -- ,,,^..^,,, On Tue, May 29, 2012 at 3:29 PM, Alessandro <[email protected]> wrote: > Hi all, > I'm "exploring" couchdb, and I'd like to know how can I use as front-end > also. > > So I think I need to disable the reading of some document to some > users/roles/groups. > > Is this possible? Or have I to use a different front-end? > > Thanks > Alessandro
