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?
I would take a look at OmniAuth, more specifically on its OpenID strategy.