如何在 PHP 和 PHP 中实现 Google OpenID 身份验证在本地主机上测试
我是 OpenID 新手,想在我的网站上实施 Google OpenID 身份验证。我找不到任何例子。
任何人都可以建议我一些好的教程(一步一步)或任何带有代码的工作示例,以使用 PHP 实现 Google OpenID 身份验证。
I am new to OpenID, and want to implement Google OpenID authentication on my website. I could not found any examples.
Can anyone suggest me some good tutorials (step by step) or any working example with code to implement Google OpenID authentication using PHP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议使用 LightOpenID。它很小,易于使用,并且有工作示例。您可能不需要教程来使用它。
另一个答案建议使用 php-openid,但在我看来,它太复杂并且有太多依赖项(但是它更强大)。
I'd suggest using LightOpenID. It's small, easy to use, and has working examples. You probably won't need a tutorial to use it.
Another answer suggests using php-openid, but in my opinion, it's too complicated and has too many dependencies (it is, however, more powerful).
使用此库 http://www.openidenabled.com/php-openid/
有关规格和架构 http://wiki.openid.net/
一个简单的教程将是 http:// /remysharp.com/2007/12/21/how-to-integrate-openid-as-your-login-system/
use this library http://www.openidenabled.com/php-openid/
for the specs and architecture http://wiki.openid.net/
a simple tutorial will be http://remysharp.com/2007/12/21/how-to-integrate-openid-as-your-login-system/