Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 374 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 374 Bytes

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.