python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How can I use the Google Sign In button with the gsi CodeClient (Authorization code flow)?
The google sign in button doesn't render unless I use the google.accounts.id.initialize() method. However to use the authorization code flow I need to use create and use a CodeClient by calling google...
JJ Pell
Votes: 0
Answers: 0
Sign In With Google (GIS) on Vue.js Application
Apparently google is discontinuing service for gapi.oauth2. I'm trying to use their new Sign in With Google tools but they are very confusing.
Project Structure
I have a Vue frontend where I need to a...

Dallin Davis
Votes: 0
Answers: 1
How to handle access_token expiry and google signin status in Google Token Model?
For google sign in, as google deprecated the platform.js library so we are going to use the google identity service library, and get the access_token using the Token Model.
const client = google.accou...

ajayv
Votes: 0
Answers: 0
gapi.auth2.getAuthInstance().signIn() automatically signs in the previous user after signOut()
When you sign out the currently signed-in user with:
gapi.auth2.getAuthInstance().signOut();
And then call:
gapi.auth2.getAuthInstance().signIn();
The previously signed-in user will automatically ge...

Rok Strniša
Votes: 0
Answers: 1


