stackoverflow 对 PHP 的 openid 实现
如何实现与 stackoverflow 相同的登录系统?
任何人都可以在哪里根据其他网络应用程序(如谷歌、贝宝、Facebook、Twitter 等)的现有用户名/密码进行登录?
How do I implement the same login system as stackoverflow?
Where anyone can login based on their existing username/passwords from other web applications like, google, paypal, facebook, twitter and much much more?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于.NET,您可以查看 DotNetOpenAuth,这就是 SO 用于实现 OpenId 身份验证的方法。因此,请添加 NuGet 并开始使用。如需漂亮的图标,请查看 openid-selector。
对于 PHP,您可以查看此项目。
For .NET you may checkout DotNetOpenAuth, that's what SO uses to implement OpenId authentication. So add the NuGet and get started. And for the nice icons checkout openid-selector.
For PHP you may checkout this project.
OpenId 解决方案有很多。这是一个列表。
http://openid.net/add-openid/add-getting-started/
http://openid.net/developers/libraries/
对于漂亮的 UI,正如 Darin Dimitrov 所说您需要使用
http://code.google.com/p/openid-selector/< /a>
There are many OpenId solutions. Here is a list.
http://openid.net/add-openid/add-getting-started/
http://openid.net/developers/libraries/
For nice looking UI as Darin Dimitrov said you need to go with
http://code.google.com/p/openid-selector/