I\'m trying to add Google Login to my app using omniauth-google-oauth2 gem.
omniauth-google-oauth2
I have created the client Id and secret in console.developers.google.c
console.developers.google.c
Try to downgrade the gem (could be compatibility problem) :
gem 'omniauth-oauth2', '~> 1.3.1'