mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #14292 from meteor/prototype-meteor-3-era
DOCS: Update README files for `autopublish` and `insecure` packages
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
|
||||
Publish all server collections to the client. This package is useful for prototyping an app without worrying about which clients have access to certain data, but should be removed as soon as the app needs to restrict which data is seen by the client.
|
||||
|
||||
The `autopublish` package is automatically added to every Meteor app by `meteor create`.
|
||||
As of Meteor 3.x, the `autopublish` package is **not** included in new projects by default. To add it for prototyping, run `meteor add autopublish`.
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
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`.
|
||||
As of Meteor 3.x, the `insecure` package is **not** included in new projects by default. To add it for prototyping, run `meteor add insecure`.
|
||||
Reference in New Issue
Block a user