I want to implement an openid server which could interact with multiple providers to authenticate users. Basically I am looking for something like StackOverflow does for login.
I was looking into ruby-openid but it does not seem to be maintained with last commit 2-3 years back.
Can someone suggest me good gem /plugin or resource for implementing Open-id in Rails 3.2
Requirement :
- Should be able to host my own open id server
- Allow user to use multiple options like(google/ blogger / yahoo..etc)
- Should work well with Rails 3.2 / ruby 1.9.3
There are a few useful gems:
P.S. ruby-openid is actially well maintained – last commit 18 days ago… 😉
You can include it in your application from it’s Git Repository by adding this line into your Gemfile: