Reputation: 26008
I'm trying to make my app use Google OpenID identifier. It should be exactly Google OpenID since I'll be using Google Chrome Web Store. I did some research but found no examples here.
The application uses Rails 3.2.
So is there any good example of how to accomplish that? Which gem should I use?
Upvotes: 1
Views: 526
Reputation: 14401
I would take a look at OmniAuth, more specifically on its OpenID strategy.
Upvotes: 2