English 中文(简体)
Authenticating an cell with web Backend
原标题:Authenticating an iPhone app with web backend

我只想充实一些关于电话网络信号的思想,并将(实质上)成为铁路网连接的CRUD接口。 归根结底,背后也将是一个完全破碎的网站。

我的问题是:处理“ iPhonelog”的最佳方式是什么? 它应如何认证,使用户能够看到其数据并增加新的障碍?

铁路 我通常使用奥思科语,因此,如果我能继续这样做,那是ice。

最佳回答

sample app,可在Gite Hub上查阅。 该系统既包括“铁丝网”和“铁路”的实施,也使用“铁丝网”的钥匙链,而使用“JSON/XML”与铁路服务器连接。

只要铁路方面有可供使用的界面,你就可以使用你想要的任何认证解决办法。 这项评估使用Ryan Bates简易r nifty_authentication 认证。

问题回答




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签