|
|
|
|
|
by TobiHeidi
5333 days ago
|
|
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. |
|