How to integrate openId with devise in rails 3

本小妞迷上赌 提交于 2019-12-07 03:26:52

问题


I'm new to rails and just got a simple devise setup working. I'm looking to implement something that still uses the core devise feature set but would allow login via openid provider rather than "register w/ email or username"

How might I get started with this using the latest devise gem and rails 3?


回答1:


Have a look at the devise_openid_authenticatable gem.



来源:https://stackoverflow.com/questions/3700996/how-to-integrate-openid-with-devise-in-rails-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!