Rails 和 iOS 应用程序,身份验证问题

发布于 2024-11-17 08:15:43 字数 293 浏览 4 评论 0原文

我想在 Rails 3 和 iOS 应用程序中构建 Web 服务来使用此服务。 我需要简单的东西。用户首次打开 iOS 应用程序时,会看到登录屏幕。登录后,iOS 应用程序可以发送和获取请求。

我已经使用 Devise 在 Rails 上进行身份验证,并找到了适用于 iOS 的 RESTKit 来映射对象并使用 RESTfull Web 服务,但我没有找到任何可以确认可以一起工作的内容。

我的问题是,双方使用的最佳解决方案是什么,即 iOS 和 RoR 让其发挥作用

I want to build web service in Rails 3 and iOS app to work with this service.
I need simple thing. User when first time open iOS app, get login screen. When is logged in, iOS app can send and get requests.

I already used Devise for authentication on Rails, and found RESTKit for iOS to map objects and use RESTfull web services, bit I didn't found anything about to confirm to work together.

My question is, what is the best solution to use on both sides, iOS and RoR to make this to work?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吹梦到西洲 2024-11-24 08:15:43

看看我做了什么设置(IOS 设备 <=> Rails Web 服务)。

Take a look at what I did for the same setup (IOS device <=> Rails webservice).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文