How to deny insert/remove/update data from client?

Hi gyus!

How to deny insert/remove/update data on client, i use publish and subscribe data in my project, but i can edit data on client from Mongol plugin, it’s normal? What’s best practice to load secure data from server?

If you read the FAQ section of the Mongol documentation it states that it uses it’s own special set of meteor methods to give it access to your database. Mongol is however a debug only package which means it will not be included in your production build, only when you app is built for development.

2 Likes

Thank you, now I am calm :slight_smile:

1 Like