anthonyjgrove / react-google-login

A React Google Login Component
https://anthonyjgrove.github.io/react-google-login
MIT License
1.85k stars 426 forks source link

Incognito mode with third party cookies blocked #476

Open marcosdipaolo opened 3 years ago

marcosdipaolo commented 3 years ago

As soon as the GoogleLogin components render, the onFailure callback gets triggered. This happens in Incogito mode in chrome witn third party cookies blocked. Is there a workaround??

uxMode: 'redirect' is not solving the issue.

Sweater-Baron commented 3 years ago

As I understand it, returning an immediate failure in browsers with third-party cookies disabled is intended behavior and it's coming from Google's code, not from react-google-login.