Railsで使える認証ライブラリ

  • Devise

https://github.com/plataformatec/devise

情報多い。事実上の標準っぽい

https://github.com/binarylogic/authlogic

  • Restful-Authentication

https://github.com/technoweenie/restful-authentication

  • Clearance

https://github.com/thoughtbot/clearance

emailとパスワードを使った認証。email以外のIDでも出来るかは不明

などなど。