reactjs-social-login icon indicating copy to clipboard operation
reactjs-social-login copied to clipboard

Google doesn't works in incognito mode in chrome.

Open jobrach-rbi opened this issue 1 year ago • 9 comments

Describe the bug Google sign-in is not working incognito.

  <LoginSocialGoogle
    client_id={googleServiceWebClientIds}
    scope={
      'https://www.googleapis.com/auth/userinfo.profile, https://www.googleapis.com/auth/userinfo.email'
    }
    typeResponse="idToken" 
    ....

/>

To Reproduce Steps to reproduce the behavior:

  1. Go to incognito mode in Chrome for OSX
  2. Click on google auth button.

Expected behavior Google prompt should be displayed or some message error should be fired from google to let the user know what is happening.

Desktop (please complete the following information):

  • OS: OSX
  • Browser Chrome
  • Version Version 103.0.5060.114 (Official Build) (arm64)

Additional context If I logged in to my google account using the incognito browser, then I was able to see the google account popup. but this is not what we expect.

jobrach-rbi avatar Oct 30 '23 19:10 jobrach-rbi