I would like to know if there is an option to call cloud code with the master key?
I would like to run some initialization on the server each time it’s launched.
Tried to go with:
Parse.Cloud.run(“onStart”);
in the index.js file it works but the cloud code isn’t called as master so actually, everyone can call it from outside.
Maybe there is a better solution to call some cloud code on the server launch?