apisio / apis.io

V2 of APIs.io
MIT License
36 stars 14 forks source link

[glance] Allow / deny are deprecated, move to validated methods #37

Open xavxyz opened 8 years ago

xavxyz commented 8 years ago

(issue part of the @picsoung's glance ask) I think that you could get rid of all the allow/deny rules in the collection files at first, and move all operations with validated methods.

Allow/deny is a relic of Meteor : http://guide.meteor.com/methods.html#comparison-with-allow-deny

Validated Methods (package mdg:validated-method) are pretty cool to use : http://guide.meteor.com/methods.html#validated-method