Testing local rails application with OAuth

95 views Asked by At

I'm building a simple dashboard app with Google Analytics API, which requires authentication through OAuth.

Can someone help me understand how I can set up a local testing environment so that the local environment works with the callbacks I've registered with my app?

I'm trying to avoid having to deploy to test changes.

Thanks!

0

There are 0 answers