rohan kharvi
rohan kharvi

Reputation: 118

Using omniauth-google-oauth2 gem in rails 2.3.8 and ruby 1.8.7

How to do authentication using omniauth-google-oauth2 gem in rails 2.3.8? I have installed omniauth-google-oauth2 gem of version 0.1.15. But i dont know how to proceed further.

Upvotes: 0

Views: 136

Answers (1)

hgsongra
hgsongra

Reputation: 1484

Here is the nice blog post on Google Authentication for ruby on rails app, just follow the simple steps.

Hope this will help you.

Upvotes: 1

Related Questions