Parse Cloud Code 与 Parse 移动 SDK
Parse Cloud Code vs Parse mobile SDK
只是一个简单的问题,它在文档中说
"Cloud Code is easy to use because it's built on the same JavaScript SDK
that powers thousands of apps. The only difference is that this code
runs in the Parse Cloud rather than running on a mobile device."
那么这是否意味着也有必要使用 Cloud Code 进行服务器端身份验证,例如登录用户?还是我理解有误?
我也在为我的移动应用程序创建一个网络应用程序,但是有一个 Javascript SDK 有自己的身份验证,但 Cloud Code 似乎 运行 在服务器端,所以我只是有点迷茫
您不需要使用云云进行身份验证。云代码可用于自动化呼叫和工作,否则无法完成或很难完成。
只是一个简单的问题,它在文档中说
"Cloud Code is easy to use because it's built on the same JavaScript SDK
that powers thousands of apps. The only difference is that this code
runs in the Parse Cloud rather than running on a mobile device."
那么这是否意味着也有必要使用 Cloud Code 进行服务器端身份验证,例如登录用户?还是我理解有误?
我也在为我的移动应用程序创建一个网络应用程序,但是有一个 Javascript SDK 有自己的身份验证,但 Cloud Code 似乎 运行 在服务器端,所以我只是有点迷茫
您不需要使用云云进行身份验证。云代码可用于自动化呼叫和工作,否则无法完成或很难完成。