DevProgress / HillaryBNB

Home sharing app for Hillary Clinton supporters
Other
10 stars 13 forks source link

Add hosts setup to Google OAuth, doesn't allow IPs #26

Closed kmiyashiro closed 8 years ago

kmiyashiro commented 8 years ago

I tried setting up google oauth for local dev and get this 400 response when I try to initiate google oauth: device_id and device_name are required for private IP.

Searching on google shows that you must have a hostname set, which means you just need to set a fake hostname to point to your docker machine in your /etc/hosts on Mac and equivalent on Windows.