Erlang 中有一个好的 OpenID 实现吗?
我正在 erlang 中寻找 OpenID 的良好(或至少有效)实现。我看过 有几种不同的解决方案,但没有一个能 100% 工作。
I'm looking for a good (Or at least working) implementation of OpenID in erlang. I've looked
at several different solutions, but non of them are working 100%.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你试过eopenid吗? http://github.com/etnt/eopenid
如果您发现一些问题,您可以通过他的博客联系 Tobbe问题:
http://www.redhoterlang.com/entry/be023e5181553216197369bbe32c4039
Have your tried eopenid? http://github.com/etnt/eopenid
You can contact Tobbe via his blog if you find some problems with it:
http://www.redhoterlang.com/entry/be023e5181553216197369bbe32c4039
据我所知,eopenid仅支持OpenID 1.1。我有一些用于执行 OpenID 2.0 的代码,其中部分基于 eopenid,位于 http://github.com/ brendonh/erl_openid (以及 http://taizilla.brendonh/erl_openid/" 的快速教程。 wordpress.com/2010/07/21/erl_openid/)。
这是一项正在进行的工作,只是没有取得任何进展;) 不过,它基本上可以工作,我欢迎帮助改进它。
So far as I know, eopenid supports only OpenID 1.1. I have some code for doing OpenID 2.0, parts of which are based on eopenid, at http://github.com/brendonh/erl_openid (and a quick tutorial at http://taizilla.wordpress.com/2010/07/21/erl_openid/).
It's a work in progress, except that no progress is being made ;) It basically works, though, and I'd welcome help improving it.