Files
meteor/packages/insecure
David Glasser 4daaa76b12 METEOR@1.0.4
2015-03-17 13:06:07 -07:00
..
2015-03-17 13:06:07 -07:00
2014-10-23 15:06:33 -07:00

insecure

Allow almost all collection methods, such as insert, update, and remove, to be called from the client. This package is useful for prototyping an app without worrying about database permissions, but should be removed as soon as the app needs to restrict database access.

The insecure package is automatically added to every Meteor app by meteor create.