|
|
|
|
|
by Xophmeister
3242 days ago
|
|
Can you not write validation functions in design documents that handle the security (to a degree) for you? I seem to remember being able to do this in CouchDB 1.6 and, while it seemed like a pretty crude method, it was easier than managing an interposing proxy server. |
|
In the validation function docs [1], there is an example of HTTP errors being thrown, I'm just not sure if there is something like a `throw({notFound: null})` option.
[1] http://guide.couchdb.org/draft/validation.html