views:

257

answers:

1

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?

+2  A: 

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:

Roberto Aloi
Which one did you use and how was your experience? Thanks!
jhs
In this duplicated thread (http://stackoverflow.com/questions/3229777/a-good-openid-implementation-in-erlang) they suggest to use http://github.com/etnt/eopenid
Roberto Aloi
To the best of my knowledge, mine (http://github.com/brendonh/erl%5Fopenid) is the only one of these which supports OpenID 2.0. I can't honestly claim that it's very mature, though.
Brendon