Hello,

I'm having a problem with a simple couchapp which has users.

I want to prevent anonymous meddling with the _users database, so I have an couchdb-wide admin user as described in the docs.

However, I also want to allow anonymous users to see (via the app) what users exist. However, I can't quite see how to do that, as anonymous users are completely denied access to the _user database, even via views.

Is this even possible? i..e. Allow access to a specific view generated from _users, but not anything else?

(I'm using couchdb v1.6.)


Thanks!

Nick

Reply via email to