|
|
|
|
|
by BinaryIdiot
3431 days ago
|
|
To secure code with parse I believe the most common way is to basically move everything behind cloud code. So instead of making HTTP calls to directly modify the DB you make HTTP calls to cloud code functions you wrote which then verify who you are and only modify what you should be able to modify. |
|