Which Erlang implementation of OpenId should I use, if any?

I'd need an Erlang implementation of the OpenId protocol. I found the following, but it seems to be a project on its early stage.

http://code.google.com/p/erlopenid/

Any hint or suggestion on what should I use?


I finally found all the existing Erlang implementations for OpenID thanks to the following search engine for Erlang projects:

http://projects.trapexit.org/web/

Here are the results:

  • http://github.com/etnt/eopenid
  • http://github.com/brendonh/erl_openid
  • http://github.com/pib/erlangopenid
  • http://code.google.com/p/erlopenid/
  • http://code.google.com/p/erlopenid-mochiweb/
  • 链接地址: http://www.djcxy.com/p/43590.html

    上一篇: Java在Mac OS X上拖放

    下一篇: 我应该使用哪种OpenId的Erlang实现?