在 iOS 中构建身份验证层

发布于 2024-11-09 10:56:41 字数 356 浏览 0 评论 0原文

来自十多年的 Web 应用程序,其中 cookie/session 是身份验证技术的唯一形式,我想知道我可以使用什么来为 iOS 应用程序构建一个可重用的身份验证层(如果它还不存在)。 我可以为我的下一个构建的应用程序插入和打开/关闭它。

我不是在谈论严格的安全机制,而是至少有一个可以允许不同用户的模块,他们可以在其中使用应用程序并对应用程序应用本地更改。在应用程序启动时,系统会提示用户输入用户名和密码,然后在整个应用程序生命周期中,用户都会被“记住”,然后在应用程序关闭时被遗忘。

该模块可以执行多种身份验证。我想开始的最简单的机制是将用户和密码存储到应用程序中,但我想在未来通过中央服务器、网络服务或任何可能的方式添加身份验证来扩展。

谢谢

coming from over a decade of web application where cookie/session are the only form of auth-technology, I wonder what I could use to build, if it does not already exists, a re-usable authentication layer for an iOS application.
Something that I could plug and switch on/off for my next built applications.

I am not talking about a strict security mechanism, but at least a module which could allow to have different users, where they can play with the application and apply local changes to it. At application start up, user would be prompted to enter user and password, then trough all the application lifecycle the user is 'remembered', and then forgotten at app shutdown.

The module could perform several authentication. The simplest mechanism I would like to start with is user and password stored into app, but I would like to extend in the future by adding authentication trough a central server, or a web service, or whatever is possible with it.

thanks

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

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

发布评论

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