I am using CouchDB v1.4.0. Is followin doable in CouchDB ? Client application will access CouchDB directly, client will authenticate against CouchDB and request data from _view/myaccount, the data should be filtered for userCtx.name.
If user name has to be parameter for _view/myaccount is it possible to validate it against userCtx.name ? Or do I have to use some other server level software to proxy requests against CouchDB ? Thank you, Martin
