google-authentication Questions

13

Solved

Ok so I get the following exception. No idea why it is happening. I have followed the guides how to set up auth for google account. I tried to search the google but no success of any solution for t...

5

I have a problem in my production environment with Laravel Socialite's Google auth. The error is same as on this post: laravel socialite not working on live server, only works on local machine b...
Uneven asked 25/11, 2019 at 12:5

6

Solved

The scenario: I am building an app that allows the user to sign in using their Google account, it's worth noting that this is done using Firebase authentication. The problem: The user signs in p...

3

There are many StackOverflow posts about this issue, but none that offer a workaround for web apps to log into services via Google Web Auth in an embedded browser like Facebook/Facebook Messenger o...
Barbellate asked 18/12, 2020 at 8:27

5

I am implementing google authentication in React Native but even after following all the steps I keep getting the same error: Native module RNGoogleSignin tried to override RNGoogleSigninModule...

7

<html> <head> <meta name="google-signin-client_id" content="MY_CLIENT_ID.apps.googleusercontent.com" /> </head> <body> <div class="g-signin2" data-onsuccess="onSi...

4

Solved

Whenever I run from firebase_admin import auth auth.verify_id_token(firebase_auth_token) It throws the following error: Token used too early, 1650302066 < 1650302067. Check that your computer's...
Cosme asked 18/4, 2022 at 17:56

3

Solved

I am trying to add google authentication feature in my android app and for that I need to get the Android Signing certificate SHA-1. The official tutorial says to use the below command to get the S...
Yonder asked 29/4, 2016 at 11:43

31

Solved

So I'm Stuck on this frustrating issue. I am quite new to Google Auth on Firebase but I done everything the firebase docs instructed in how to integrate the Google SignIn Auth, yet I'm still receiv...
Lowrey asked 3/12, 2017 at 14:12

13

How can I verify a Google authentication access token? I need to somehow query Google and ask: Is [given access token] valid for the [[email protected]] Google account? Short version It's clea...
Karlmarxstadt asked 11/12, 2008 at 14:11

3

Solved

I am trying to authenticate a service account so that I can use the access token with the client JSON_API library. I have viewed these articles: https://code.google.com/p/google-api-php-client/s...
Letendre asked 29/12, 2013 at 20:38

5

Solved

can't able to find solution of this tried everything, i am just new in using passport. Error: req#logout requires a callback function i have coded this before but that time i have not received any ...

2

Solved

This question may be super simple but I've been googling for a while now and haven't found an exact solution. I'm trying to implement a Google Login using React for the frontend and Django for the ...
Menis asked 7/7, 2020 at 22:44

3

I have read these documents: https://cloud.google.com/docs/authentication/getting-started?hl=ru#auth-cloud-implicit-java https://cloud.google.com/storage/docs/reference/libraries?hl=ru https://c...

4

Solved

I am trying to integrate google authentication in my ASP.NET Core 2.0 web api and I cannot figure out how to get it to work. I have this code in my Startup.cs ConfigureServices: services.AddIdent...

3

Solved

I have implemented Firebase Auth into my app to let my users connect with their Google accounts. So far so good, however once a user has chosen to connect with a specific account from the google ac...

3

I have a firebase web app the google sign in popup doesn't work it doesn't last or give me a message (check the picture) is there a soution //sign in with google const googleProvider = new GoogleAu...
Acropetal asked 16/9, 2021 at 11:46

15

I try to implement Google login in my Firebase connected Android app. When I run the app and press Google Sign In button - nothing happen. And I receive this error in onActivityResult: Status{stat...

2

Solved

I'm trying to populate a Google sheet from a Python program using its API, using the quickstart guide (https://developers.google.com/sheets/api/quickstart/python) as a starting point: from __futur...

2

Solved

I try to implement a signIn with Google in Flutter Web. I use GoogleSignn 4.1.1 and Firebase Auth 0.15.4. I do not get any error message. It just does not pop up. I registered the web app in Fir...

3

I flow the document like this https://developers.google.cn/identity/one-tap/android/get-saved-credentials now it cause the problem Caller not whitelisted to call this API. What should I do? Can it ...
Alaster asked 7/9, 2021 at 7:9

2

I am trying to set up Google Auth on ASP.NET Core 3 and I get this error: The oauth state was missing or invalid. Unknown location My Startup.cs file looks like this: public class Startup {...
Verulamium asked 23/12, 2019 at 13:45

2

I'm setting up a program to help the user with their notes for a research paper, and I'm at the point where i need to separate the client_secret.json from the program files to keep it secure online...
Domingadomingo asked 2/5, 2019 at 23:3

2

Solved

To my knowledge, in Google's authentication code flow it is required for the redirect_uri to be 'postmessage' instead of a URI. Could anyone explain what this value is specifically doing? My be...

3

Solved

I'm following this tutorial to learn firebase. I cloned the repo. At step 7, I did what it said (though, actually, there was nothing to do here because the steps were already completed in the repo)...
Shrewd asked 19/3, 2019 at 21:23

© 2022 - 2024 — McMap. All rights reserved.