Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何使用 RAILS Web 服务在 android 应用程序上验证用户...以及如何存储他/她的凭据以供进一步使用
标准方法是您可以使用构建 rest API 的 rails 来验证一组给定的凭据。然后,您可以使用标准 HTTP 请求调用此 API,并以多种不同的安全方式存储令牌。
这是我发现的一个很好的项目,它实现了另一种使用rails对android应用程序用户进行身份验证的方法:
http://www.strukturedkaos.com/2011/09/19/soup-to-nuts-token-authentication-for-android-using-rails-3-devise/
这是该站点上另一个很棒的线程,讨论了另一种解决方案:
我可以使用什么来允许 android 应用程序与 rails 应用程序通信