OAuth with 'same-origin' Cross-Origin-Opener-Policy when 'same-origin-allow-popups' cannot be used
Jove125 opened this issue · 1 comments
Jove125 commented
Hi,
I am using Tensorflow.js in my web application.
It requires setting up cross-origin isolation. See details here.
Without this setting, performance drops several times. So the same-origin-allow-popups setting cannot be set.
According to the documentation on the official Google gsi web page, the same-origin-allow-popups setting must be set.
When I try to log in, I immediately receive an error about closing the pop-up window (due to cross-origin isolation).
How can I use Google Sign In?
Is it possible to place scope on my website/not redirect to the Google website?