Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
3 years agoLatest Chrome Extension breaks Google Sign-In on our website?
Hello,
We run a website that uses https://developers.google.com/identity/gsi/web/guides/overview, and recently started noticing problems logging into our own website via Google (and then of course...
Former Member
3 years agoIt makes sense @nicedawg, good reasoning!
Workaround for for developers of web apps affected by this bug: the bug affects the "OneTap" method, but not the "Sign in with Google" button, so a workaround is to just add the <div class="g_id_signin" .../> tag that basically displays a button that opens the typical google login popup (https://developers.google.com/identity/gsi/web/reference/html-reference#element_with_class_g_id_signin). Callbacks or redirects defined in g_id_onload will still work the same way, so no code needs to be changed. It has more friction than the OneTap button of course, and browsers can block the popup, but at least your users will have an opportunity to login.
steph_giles please keep us up to date, thanks!