stackoverflow 对 PHP 的 openid 实现

发布于 2024-10-26 12:11:36 字数 104 浏览 4 评论 0原文

如何实现与 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

意犹 2024-11-02 12:11:36

对于.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.

许仙没带伞 2024-11-02 12:11:36

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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文