I use Parse.com and I like it.
I want the users of my application to be automatically assigned an account (which I create behind the scenes using the API), and then register them in my account.
I could easily do this if I assigned them a hard, standard password for my account, for example, superPass123.
Is this the only way to do this? Or is there another way to allow me to automatically log in as a user without knowing the user password if my user has "super" rights?
source share