Meteor-Community-Packages / meteor-collection-hooks

Meteor Collection Hooks
https://atmospherejs.com/matb33/collection-hooks
MIT License
657 stars 92 forks source link

I can prohibit the use of direct methods? #172

Closed ivansglazunov closed 8 years ago

ivansglazunov commented 8 years ago

On my system, the rights need a wrapper around a remove, update, find and findOne requests. It is necessary to change the contents of the request before sending, so that would be impossible to make the request directly. If not, please tell me whether there is a suitable tool for this purpose? How would you recommend it to implement?

ivansglazunov commented 8 years ago

My issue is duplicate for this: https://github.com/matb33/meteor-collection-hooks/issues/164