Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAuth with 'same-origin' Cross-Origin-Opener-Policy when 'same-origin-allow-popups' cannot be used #1195

Open
Jove125 opened this issue Feb 11, 2024 · 0 comments

Comments

@Jove125
Copy link

Jove125 commented Feb 11, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant