在 Perl 中实现 OpenID 提供程序
这可能是盲目的,但我正在尝试使用 Net::OpenID::服务器模块。整个过程的文档混乱且稀疏。
如果有人在 Perl 中成功实现了提供程序,您可以粘贴一些代码片段吗?
This might be a shot in the dark, but I am trying to implement an OpenID Provider in Perl using the Net::OpenID::Server module. The documentation for the entire process is confusing and sparse.
If anyone has successfully implemented a provider in Perl, could you please paste some code snippets?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
所以我最终将 OpenID 安装到位,并且运行得很好。我想我会详细介绍我遇到的一些问题。
总而言之,一旦使用 OpenID,它就会非常酷。
So I finally jiggered the OpenID installation into place and it's working pretty well. I figure I will detail some of the gotchas I ran into.
All in all, OpenID is pretty cool once you get it working.
仅供参考,Net-OpenID Perl 模块的开发正在启动,因此您可以期待大量的错误修复和更好的文档很快就会实现。有关详细信息,请查看 CPAN 和 openid-perl 群组。
Fyi, development on the Net-OpenID Perl modules is starting up so you can expect a big pile of bugfixes and better docs to hit real soon now. Check CPAN and the openid-perl group for details.