Skip to main content
0 votes
0 answers
7 views

What is the default redirect uri for Google Sign-In on Android?

Google discourages using a custom redirect url for security reasons. Thus, if you don't enable custom redirect urls, there's presumably a correct default redirect url, and any other redirect url leads ...
The Beruriah Incident's user avatar
1 vote
0 answers
12 views

g_csrf_token not being passed in Safari v18

This doesn't seem to happen on Chrome, Firefox, or previous versions of Safari. I have a sign in with Google button using the Javascript API with ux_mode: 'redirect', and do not have one tap enabled. ...
Karl's user avatar
  • 6,135
0 votes
0 answers
59 views

Laravel Sanctum gives me 401 error despite using XSRF-TOKEN and cookies

I'm trying to configure Laravel Sanctum to create sessions with a user after my Sign In with Google endpoint verifies their JWT. I keep getting a 401 error with every endpoint that uses auth:sanctum ...
Velo's user avatar
  • 143
0 votes
0 answers
44 views

Google and Normal Authentication(Sign-In and Sign-up) Work on Desktop devises but Not on Mobile Devices in React

I'm working on a MERN stack project where the authentication system (both Google sign-in/sign-up and normal email/password authentication) works perfectly on desktop devices, but I’m encountering ...
Chamika App's user avatar
-1 votes
0 answers
39 views

Google Sign-In in React Native WebView opens new tab in Chrome and does not return to app

I’m using a WebView in my React Native app to load a website with Google Sign-In functionality. However, when I click the "Sign in with Google" button, it opens a new tab in Chrome. After ...
Md. Al Amin's user avatar
0 votes
1 answer
34 views

Dismiss/Cancel button with auto login flow using Credential Manager on Android

In the old google one tap flow on Android, there was a dismiss button which can cancel the "auto login" flow once the auto login is initiated. However, when using Android credential manager, ...
Sy123's user avatar
  • 3
0 votes
0 answers
35 views

[GSI_LOGGER]: Store credential failed

I'm new to google OAuth. I'm trying to store the credentials of a user, but i end up getting this error: [GSI_LOGGER]: Store credential failed: {} It seems like when the user signs in the with google ...
vroque2022's user avatar
0 votes
0 answers
28 views

GoogleSignIn with Firebase and Streamlit

Does anyone has an idea how can I implement Google Sign In and combine it with Firebase with Streamline or any other python framework. I found a solution for login with email and pass in streamline, ...
Gregor Sotošek's user avatar
0 votes
1 answer
38 views

Google OAuth pop-up disappears

I have developed a web auth application using Google OAuth. it was okay when i was developing it. but after hosting it when click on the continue with google button the google sign in pop up appears ...
Vinod Mendis's user avatar
0 votes
0 answers
29 views

Google Authentication failed in Jetpack compose

I was trying to add google sign in system in my project. I have fulfilled every criteria on API Console. But whenever I select any google account for signing in it sends request code 0. I followed ...
Fahim's user avatar
  • 1
0 votes
1 answer
61 views

CredentialManager androidx.credentials.exceptions.NoCredentialException: No credentials available when using child's device managed by Family Link

I am implementing Google Sign In with Firebase Authentication through the use of Credential Manager. Below is my implementation: suspend fun signIn(): AuthResult? { val credentialManager = ...
user14678216's user avatar
  • 3,233
0 votes
0 answers
69 views

How do I check is there is logged in accounts on the phone?

I have a problem with Google Auth. If the user has signed in Gmail account on the phone I want to open a Credential Manager so that the user could choose an account he wants to use to authenticate in ...
Alex20280's user avatar
  • 345
1 vote
1 answer
70 views

google oauth2 scopes and consent dialog UI

https://developers.google.com/identity/protocols/oauth2/scopes#google-sign-in if I fire off the consent WITHOUT the scopes 'profile' and 'email'. I will still get the UI. Saying "By continuing, ...
developer gubo's user avatar
1 vote
1 answer
46 views

Google credential manager for API 26

I try to setup Google Authentication using Credential Manager from Google. But when I write the code below it says that it works only for API 34 and above. Instead it looks like they recommend Google ...
Alex20280's user avatar
  • 345
0 votes
1 answer
48 views

await _googleSignIn.signIn() doesn't throw an error and doesn't return a user

I am using Macos and flutter and running flutter on my mac. When the app loads I can see a button that says sign in with google. I click this button and the oath screen loads in a new window in full ...
devin's user avatar
  • 432

15 30 50 per page
1
2 3 4 5
343