Ruby on Rails: Best way to add Facebook login, Twitter login, OpenID login, etc

后端 未结 4 1760
深忆病人
深忆病人 2020-12-29 11:46

I\'m currently running on a Ruby on Rails app with Authlogic handling my authentication and user management.

I\'m struggling to find up to date information on the be

4条回答
  •  南笙
    南笙 (楼主)
    2020-12-29 12:28

    I haven't used it yet, but this one looks promising: http://github.com/viatropos/authlogic-connect

    It seems you can handle multiple oauth logins in a single db table, and the example includes keys for facebook, twitter, google etc etc so looks promising on the multiple-applications front

提交回复
热议问题