On Thu, Jan 5, 2012 at 12:05 AM, Benoit Chesneau <[email protected]> wrote:
> I don't think there is a need for that. In fact a a design document is > a document like the others. Since it's always opened by `_design` > functions, views and others are already handled in > before_update/after_read. > By that I mean that the simpler auth schema would be to only authenticate a group of user to use a design doc and all the views in. It's more efficient and scalable to do like this anyway than testing on each results coming from a view. - benoƮt
