iPhone 应用程序令牌与后端的会话
我正在创建一个带有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论