Best practices and tutorials for ios authentication [closed]

纵饮孤独 提交于 2019-12-12 00:39:40

问题


What are the best practices for creating a user authentication system for an ios application? Any good tutorials or insights on the process are helpful (newbie).


回答1:


Stormpath is an authentication and user management backend service aimed at developers. You manage your own collection of users, verify their logins, and assign users to groups (roles). Your app makes calls to their server.

Parse provides a Parse Social service that lets your app do user authentication through Facebook or Twitter. Parse is being acquired by Facebook (as of 2013-04), so I don't know what that means for their future.

Okta is another.

Mozilla Persona is quite promising, but may not yet be ready for the real world. There is an open-source kit for iOS named persona-ios. Read a discussion on How to use Persona in a native iOS app?.

User authentication and identity as as service seems to be a new but burgeoning field.




回答2:


If you are using a third party backend the stackmob, parse etc all handle authentication. If you are rolling your own then this project looks a reasonable way to go: http://quickblox.com/developers/SimpleSample-users-ios.



来源:https://stackoverflow.com/questions/18041035/best-practices-and-tutorials-for-ios-authentication

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!