OpenID support for Ruby on Rails application

前端 未结 8 1070
萌比男神i
萌比男神i 2020-12-25 13:02

What is current state of the art for enabling OpenID login in Ruby on Rails applications? This is a community wiki with up-to-date answers to this question.

Authlog

8条回答
  •  感动是毒
    2020-12-25 13:38

    What I've done is use restful-authentication and then blend the open_id_authentication plugin into your application. It might help to setup the open_id_authentication plugin on a test app as well, so you can determine the changes you'll need to make to the users table.

提交回复
热议问题