views:

80

answers:

3

Possible Duplicate:
OpenID support for Ruby on Rails application

What's the best way to implement a pure OpenID authentication in Ruby On Rails?

A: 

Use a library! Getting OpenID right, secure, interoperability tested, etc. is really a daunting task and most people who try get it wrong in many places. Use a mature library, like Janrain's Ruby OpenID library.

Andrew Arnott
A: 

There is now a community wiki for this: http://stackoverflow.com/questions/66885/openid-support-for-ruby-on-rails-application.

Please consider dropping this question.

squadette