evilmartians / omniauth-ebay-oauth

OmniAuth Strategy for eBay Apps (for using with eBay REST APIs)
MIT License
7 stars 6 forks source link

No way to test on localhost #6

Closed founder3000 closed 2 years ago

founder3000 commented 2 years ago

eBay doesn't let you enter a localhost address as a callback. No way to even develop. Dead in the water.

DmitryTsepelev commented 2 years ago

Unfortuntately yes. You'll have to set up the local certificate and add your localhost to hosts with the domain from the certiifcate. Alternatively, you could try to set up ngrok but it will keep changing the domain on each run.

founder3000 commented 2 years ago

Thanks for the reply Dmitry! Understood that this is an eBay limitation. Thank you for the excellent gem!

founder3000 commented 2 years ago

Easier than I thought, we are up and running. Thanks again!