I\'m adding Google Oauth2 to a Rails app, but have been unable to get past the early stages.
I\'ve set up an app, and defined client ID and secret.But I\'m getting <
I faced this issue but found it was really not an issue. As explained in my blog you can use the public redirect URI even when you are working on your localhost development machine. Google will just return the authorization code to the public URI where you can cut and paste it to your local machine.