Parse is very unsecure because you essentially give the user full read/write/delete access to all of its data as no logic is run server side but clientside. That means any scriptkiddy can change all data as it likes.
That has nothing to do with MongoDB, but with the cirtical design flaw of Parse to trust the client not to send fake data.
My initial intuition is that such an egregious oversight can't possibly be real for a YC11 company, can anyone validate this? Does Parse really provide no way to set document fields writable, readable and so on?
That has nothing to do with MongoDB, but with the cirtical design flaw of Parse to trust the client not to send fake data.