Top "Google-authentication" questions

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

How can I verify a Google authentication API access token?

How can I verify a Google authentication access token? I need to somehow query Google and ask: Is [given access …

web-services api oauth google-oauth google-authentication
Where can I find a list of scopes for Google's OAuth 2.0 API?

The example I'm working with specifies the scope in the OAuth request as: scope=https%3A%2F%2Fwww.googleapis.com%2…

oauth-2.0 google-authentication
Google sign in failed com.google.android.gms.common.api.ApiException: 10:

So I'm Stuck on this frustrating issue. I am quite new to Google Auth on Firebase but I done everything …

android firebase google-authentication
Google Authentication using OWIN Oauth in MVC5 not hitting ExternalLoginCallback function

I am currently upgrading my login process for Google to use OAuth before they depricate their OpenID login method. The …

asp.net-mvc oauth asp.net-identity owin google-authentication
How to add Google Authenticator to my website?

I have a web app that is Angular2 on the front-end and NodeJS on the back-end. I want to allow …

javascript node.js google-authentication two-factor-authentication
Google Services Plugin cannot function without google-services.json

File google-services.json is missing. The Google Services Plugin cannot function I get this error code since I deleted my …

android json android-studio google-signin google-authentication
Google Authenticator using PHP

I have used https://github.com/chregu/GoogleAuthenticator.php to built a 2 factor authentication for a web application i am …

php authentication google-authentication google-authenticator
gapi.auth2.ExternallyVisibleError: Invalid cookiePolicy

I'm trying to add a Google Sign In Authentication system to my app, but I keep getting a strange error …

google-signin google-authentication
Google sign-in Android with Firebase - statusCode DEVELOPER_ERROR

I try to implement Google login in my Firebase connected Android app. When I run the app and press Google …

android firebase google-authentication firebase-authentication firebaseui