You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just learned today, that the Masterkey is only required for changing ACLs. I changed the key and my app was still working. Had a project for 6 months with Masterkey defined in the client app. Luckily not a production app.
The master key to use for overriding ACL security. You can use any arbitrary string. Keep it secret! For migrated apps, this should match your hosted Parse app.
⚠️ If the Masterkey needs to be provided, use the following. Please note that the master key should only be used in safe environments and never on client side ‼️
Maybe we should add a similar strong disclaimer to our Readme?
The text was updated successfully, but these errors were encountered:
I just learned today, that the Masterkey is only required for changing ACLs. I changed the key and my app was still working. Had a project for 6 months with Masterkey defined in the client app. Luckily not a production app.
Parse Server Readme: https://github.com/parse-community/parse-server#basic-options
Parse Client JS SDK Docs: https://docs.parseplatform.org/js/guide/
Maybe we should add a similar strong disclaimer to our Readme?
The text was updated successfully, but these errors were encountered: