Just implemented Google authentication in my rails app.
Here are the steps.
1)gem install googlebase
2)rails sample
3)script/generate controller sessions
4)In the sessions controller the code must be…
class SessionsController ‘Sorry…wrong username – password combination’
end
end
5)in the routes.rb f