docs
docs copied to clipboard
docs: php hint for using master key for requests
While implementing the Parse PHP SDK an error occured that the requests are unauthorized even though we have specified the master key.
After digging into the PHP source code we found the optional parameter useMasterKey. But it wasn't documented anywhere so I added a note myself to the docs.
Is this okay or is there something to improve?
Can you add some detail around how masterKey should not be stored in code and used on trusted clients only
Sorry, I can not. I do not use the PHP SDK by myself.
@dblythy What's the alternative to using a master key in PHP? Using client keys?