I'm developing an iOS app which the user must login/register an account. But this account must be the same used in some external webservice.
The problem is: I want to do some Jobs on Parse to send Push Notifications automatically. To know when Parse Job have to send the Push Notification, I have to login in my external webservice, I mean, I have to send the PFUser Username and Password to my webservice.
So there is a way to obtain the user's password in a plaintext in CloudCode?
Or there is another way to do this?