Can I use Google Auth 2.0 from any origin?

Viewed 30

I develop modal window with React.js, that can be distributed for several sites via some kind of web application market.

So I faced the issue, that for any website, that would install this extension (btw it's builded to a simple html page + couple of js files, so app will be hosted directly on website of even customer), Google auth error will throw exception of invalid origin.

So is there any way to find a workaround for my case?

btw now I'm using react-google-login library

1 Answers

Google allows you to set multiple URIs. Just take a look in the settings.

enter image description here

Related