问题
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?
来源:https://stackoverflow.com/questions/29594466/how-to-send-parse-users-password-to-external-api-request