How to send Parse user's password to external API Request?

天涯浪子 提交于 2019-12-13 07:35:43

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!