7

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?

Roberto Aloi
  • 30,570
  • 21
  • 75
  • 112

1 Answers1

4

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
  • 30,570
  • 21
  • 75
  • 112
  • Which one did you use and how was your experience? Thanks! – JasonSmith Jul 06 '10 at 04:35
  • 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 Jul 14 '10 at 10:00
  • 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 Jul 20 '10 at 19:28