Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate openId with devise in rails 3

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?

like image 343
Toran Billups Avatar asked Sep 13 '10 13:09

Toran Billups


1 Answers

Have a look at the devise_openid_authenticatable gem.

like image 77
dhofstet Avatar answered Sep 23 '22 08:09

dhofstet