OpenID support for Ruby on Rails application

前端 未结 8 1050
萌比男神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:46

    The only gem I know of that supports OpenID Connect (the latest version) is:

    https://github.com/nov/openid_connect

    However, it has absolutely no documentation. :(

提交回复
热议问题