react-google-login
react-google-login copied to clipboard
Incognito mode with third party cookies blocked
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.
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.