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

Events not firing when using SSO #490

Closed JasonDevTech closed 1 year ago

JasonDevTech commented 3 years ago

When using the library to sign in with google, everything works as expected on desktops as a popup will appear. However, on mobile, it redirects to a separate tab to sign in. Using a Google account without SSO, I am able to log in. However, with SSO enabled, the authentication is successful and redirects me back to my website but no events are fired to log in the user. Is this expected?