A good OpenID implementation in Erlang?

穿精又带淫゛_ 提交于 2019-12-05 04:15:27

问题


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%.


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/3229777/a-good-openid-implementation-in-erlang

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!