Search code examples
ruby-on-railsauthenticationruby-on-rails-plugins

rails plugin for twitter, facebook and openID


Is there a rails plugin which can handle authentication with facebook, twitter and openID providers (ex. google, yahoo...)


Solution

  • I would recommend Devise. It is a very active project that is maintained by José Valim who is a contributor to Rails core. I've been using it for several months for authentication with both Facebook and Google (through openid) without any real problems.