问题
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?
回答1:
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/
来源:https://stackoverflow.com/questions/1700786/which-erlang-implementation-of-openid-should-i-use-if-any