google-identity Questions
8
I'm migrating from Google Sign-in platform to the newer Google Identity Services library.
App.svelte:
<svelte:head>
<script src="https://accounts.google.com/gsi/client" async de...
Mat asked 31/3, 2022 at 3:18
6
Solved
I am currently working on migration to One-Tap Sign-In, and after I tried few times on the device, my device gets blacklisted with exception (Caller has been temporarily blacklisted due to too many...
Faugh asked 27/5, 2020 at 6:20
0
I am trying to sync password between our website and our Android App.
According to this document, I have done all required changes.
My website is here.
Digital asset link file is uploaded on this s...
Knuckle asked 4/1, 2024 at 14:1
1
I'm using the identity API in my Chrome extension to authenticate users and prove to my backend who they are. This works fine for the most part, I use getAuthToken to get an OAuth access token that...
Dhoti asked 10/6, 2021 at 20:46
4
after trial and error it seems to me that Google OIDC does not support the code flow without supplying the client secret:
https://developers.google.com/identity/protocols/oauth2/native-app#exchange...
Katrinka asked 17/3, 2020 at 14:45
13
Solved
I'm using google sign-in services to authenticate users that use my app. I got it to work when I just requested email information
GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSi...
Gilberto asked 21/11, 2015 at 18:6
2
I am doing this "tutorial"
https://developers.google.com/identity/sign-in/web/backend-auth
and it seems like I get the idea behind the concept.
Basically the user authenticates himself with goog...
Pronation asked 19/2, 2019 at 11:43
4
Solved
👋 I am using Google Identity Services, and facing some problems. Have a look at the function below to loginUser and get the access_token:
const client = (window as any).google.accounts.oauth2.init...
Polyclitus asked 26/5, 2022 at 5:47
3
Im implementing auth using this and am currently showing a loading icon in React when a user clicks the button to sign in and the auth2 account selection/login window shows.
However if a user clos...
Boleyn asked 16/1, 2016 at 3:39
4
I am using the Sign In With Google button from Google Identity. I have put the HTML from this button documentation page into a React component. Looks like this:
export default function GoogleLoginB...
Sulfonal asked 4/2, 2022 at 23:23
6
I am following https://developers.google.com/identity/gsi/web/guides/display-button#javascript to add Google sign-in to my ReactJS app.
I added
<script>
function handleCredentialResponse(re...
Salter asked 20/9, 2021 at 7:4
1
I'm migrating a web app that interacts with the google drive js api to the new Google Identity Services API and following this quickstart guide. GIS is mandatory, since the old one will no longer b...
Troxler asked 1/6, 2022 at 22:55
4
Solved
I have been trying to implement Google's identity services API in my React app, but couldn't get it to work.
I'm trying to implement the following really simple JS code: https://developers.google.c...
Music asked 12/5, 2022 at 3:17
3
With Google Sign-In, we are using a custom button skin (following the branding guidelines mentioned on https://developers.google.com/identity/sign-in/web/build-button) and then calling to sign in m...
Kubis asked 23/8, 2021 at 15:44
3
I am trying to integrate the new Google Identity API in my project.
I have a custom button lets say a div.
<div class="cust1" onclick="triggerGoogleSignIn">Sign in with Go...
Rosalindrosalinda asked 17/2, 2022 at 10:9
3
Solved
I am following this documentation google one tap sign in to implement google one tap sign-in in my react app.
I have added below code to my component JSX and I started to have google prompt to sign...
Earthbound asked 10/12, 2020 at 12:49
2
Solved
Firebase has announced a new optional upgrade called Firebase Authentication with Identity Platform, however, the new features already exist on the GCP Identity Platform.
As mentioned in the docume...
Historical asked 9/9, 2022 at 11:22
2
I'm using Google Identity Services JavaScript API to access some of my Google data here:
https://developers.google.com/identity/oauth2/web/guides/migration-to-gis
The code I used is in this section...
Wait asked 28/8, 2022 at 13:22
1
I am trying to invoke GSI Javascript google.accounts.oauth2.revoke method. Under the hood it sends a request to https://oauth2.googleapis.com/revoke. However there is CORS issue:
await new Promise(...
Hager asked 18/3, 2022 at 20:39
4
Solved
Does anyone know what is the status of Google One-tap AKA YOLO project?
It seems like all the official documentation on One-tap is gone. The cached version states:
The beta test program for thi...
Wilfredowilfrid asked 14/10, 2019 at 17:39
1
I am using the GAPI async/await example from https://developers.google.com/identity/oauth2/web/guides/migration-to-gis#gapi-asyncawait
I'm having difficulty figuring out how to get information abou...
Reserved asked 26/6, 2022 at 22:16
2
I'm trying implement a photo uploading to Google Drive feature (using the Google Drive API and GIS) into a web app that I'm working on, but can't seem to figure out how to keep a user authenticated...
Gobert asked 1/5, 2022 at 21:56
4
Problem Statement:
I want to solve the user authentication on Android applications using the FIDO2 protocol(by providing an SDK), without doing multiple registration ceremonies for different applic...
Harriot asked 11/2, 2022 at 10:44
2
Solved
Google recently sent me an email with the following:
One or more of your web applications uses the legacy Google Sign-In JavaScript library. Please migrate your project(s) to the new Google Identi...
Creepy asked 17/8, 2021 at 10:27
1
Solved
I read the information and examples from the Sign in with Google Guides and the Google Identity Services JavaScript SDK Guides and I managed to set up authorization using Tokens to Google Cloud API...
Gamone asked 8/3, 2022 at 10:35
1 Next >
© 2022 - 2025 — McMap. All rights reserved.