react-google-login icon indicating copy to clipboard operation
react-google-login copied to clipboard

Incognito mode with third party cookies blocked

Open marcosdipaolo opened this issue 3 years ago • 1 comments

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.

marcosdipaolo avatar Aug 17 '21 19:08 marcosdipaolo

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.

Sweater-Baron avatar Nov 04 '21 18:11 Sweater-Baron