Grab master key android studio to set up in parse

Asked

Viewed 110 times

0

I am configuring the Parse server in my project. As I have never handled this before, I did a test before in a test application and ran 100%. I tried to configure again for my android project and now it asks for a master key. Does anyone know where I get it in the project ?

Configuration Android Studio

In the field it shows that it is optional item, but if I do not put anything it gives an error and comes back with the above message.

1 answer

1


To Master Key (master key) is a security mechanism. Using the master key you ignore all the security mechanisms of your application, such as class level permissions and Acls.

Having the master key is like having root access to your servers application. You must protect your main key with the same zeal with that you root password protect your production machines

You can generate a Master Key by generating a Random ID with an online UUID generator or simply closing your eyes and hitting your head on the keyboard 3 times it will work. =)

Details

Browser other questions tagged

You are not signed in. Login or sign up in order to post.