phobosjs / phobos.js

A small JSON API framework for Mongoose and Express that takes all the annoyance of middleware out of your hands
https://phobos.js.org
MIT License
3 stars 1 forks source link

Permissions and GET /:resource should accept functions #32

Open mtimofiiv opened 8 years ago

mtimofiiv commented 8 years ago

This will help with searching "through" to association data, and also allow "through" associations to permissions.

Also will make map + reduce functionality possible.