Top "Google-authentication" questions

All authentication using google accounts that includes plugins, application, games etc.

"'Credentials' object has no attribute 'access_token'" when using google-auth with gspread

I'd like to use gspread module to edit Google sheets from Python. The setup instructions contain the following example: import …

python google-api google-authentication oauth2client
com.google.android.gms.auth.GoogleAuthException: Unknown

I am trying to use Oauth2 to authenticate the google user logged in my device. I have created the client …

android oauth google-authentication
How to use Google application-specific password in script?

Since enabling 2-factor authentication (aka. 2-step verification) on Google, my Google export scripts no longer work. The computer is verified …

python bash security google-authentication
Why am I getting "Web Login Required" message while connecting to Gmail via IMAP?

I'm trying to connect and retrieve a list of message headers from Gmail via IMAP. I'm getting a response from …

gmail imap gmail-imap google-authentication mailcore2
Any way to use Firebase google authentication in expo (create-react-native-app) without "eject" project

As the question, for Login with google in firebase need to set google-service but if you create new react-native project …

firebase google-authentication google-play-services expo create-react-native-app
What is the proper way to validate google granted OAuth tokens in a node.js server?

I'm trying to authenticate a mobile application for the Android platform to a custom node.js server api. I would …

android node.js security oauth google-authentication
Google+ signin - handleSignInResult returns false after customizing signin button

I'm following the sample code given by Google to integrate Google plus with android. https://github.com/googlesamples/google-services/blob/…

android google-authentication google-plus-signin
Authentication in Google Cloud Platform

I am working on Google Cloud Platform and I have to access the cloud functionality using java non-web application like …

google-cloud-platform google-cloud-storage google-authentication
Error: Google id_token is not allowed to be used with this application. Firebase access fails after it was working

I'm using Google SignIn and then authenticate on Firebase using signInWithCredential, passing the Google credentials. I followed all the procedures, …

android firebase firebase-authentication google-authentication
Limit Firebase Google OAuth Authentication to specific users

I'm using Firebase to handle my Google OAuth login for my website. Does anyone knew how to restrict the users …

oauth-2.0 firebase google-authentication