Can a public IP address be used as Google OAuth redirect URI?

前端 未结 7 2207
孤街浪徒
孤街浪徒 2020-12-04 16:01

I\'m trying to set a web service that needs the user\'s Google Latitude info, so I\'m using Google OAuth to get the user authorization stuff.

However, when trying to

7条回答
  •  醉梦人生
    2020-12-04 16:23

    You can use xip.io to work around it.

    For example: '192.168.0.50.xip.io:3000' will resolve to '192.168.0.50:3000'

提交回复
热议问题