iPhone 应用程序令牌与后端的会话

发布于 2024-11-09 06:16:42 字数 261 浏览 0 评论 0原文

我正在创建一个带有 ROR 3 后端的 iPhone 应用程序。我只是想知道有关用户会话和会话令牌的最佳实践。我想设计应用程序,以便在初始注册后,用户始终登录。最好的方法是在 NSUserDefaults 中保存用户名和密码,并在应用程序启动时自动在后台登录并使用生成的令牌(存储在委托中?)用于所有操作..然后基本上每次应用程序启动时都会生成一个新令牌。

或者,在初始注册时,将令牌保存在 NSUserDefaults 中并在每次启动时使用该令牌?

谢谢您并致以诚挚的问候!

I'm creating an iPhone app with a ROR 3 backend. I'm just wondering about the best practices with regards to user sessions and session tokens. I would like to design the app such that after an initial registration, the user is always logged in. Is this best done by saving the username and password in NSUserDefaults and automatically logging in behind the scenes when the app launches and using the generated token (stored in the delegate?) for all the operations.. and then basically every time the app launches, a new token is generated.

Or, upon the initial registration, save the token in NSUserDefaults and use that token with every launch?

Thank you and best regards!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文