Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
947 views

I am trying to implement Google One Tap Signin in my Next.js application. But keep on getting errors when trying to sign in. The following is my GoogleOnetap.tsx file which I have added to the layout....
Ali Mazhar's user avatar
0 votes
1 answer
277 views

How is django-allauth implemented to obtain authorization using Oauth2 for a Google API (in my case the Gmail API)? Additionally, I am looking to implement this separately from using django-allauth to ...
Kovy Jacob's user avatar
  • 1,189
1 vote
5 answers
478 views

I want to integrate Google SSO in my Flutter App. To do so, in Google Cloud Platform, I configured the Google Auth Platform. Currently, I have correctly verified all necessary data: Domain ...
GreatNews's user avatar
  • 725
0 votes
2 answers
286 views

In all the tutorials I've seen, the django-allauth settings are all in the settings.py file. However, this ends up being kind of messy: SOCIALACCOUNT_PROVIDERS = { "google": { &...
Kovy Jacob's user avatar
  • 1,189
1 vote
1 answer
169 views

I'm trying to integrate the Google login flow in my React app using the GoogleLogin component from @react-oauth/google. However, I want to customize the UI by hiding the default button and instead ...
Mohammad Akram's user avatar
0 votes
0 answers
97 views

I have two domains: let's call them A (currently in production) and B (a test domain). For reasons I can't disclose, I need to switch from A to B while keeping everything else the same except for the ...
chocho's user avatar
  • 101
0 votes
1 answer
234 views

I've been wrestling with learning how to interact with google's api, including learning to use OAuth2. I've gotten most of the way there - I've got the authorization code. Now I'm trying to trade that ...
Gertrude's user avatar
1 vote
1 answer
112 views

Using the Python example taken directly from the "Google Sheets API documentation > Create a spreadsheet" and changing only the credentials, I am experiencing poor performance. It's ...
Stokedout's user avatar
  • 11.1k
0 votes
0 answers
50 views

We are currently implementing an app and its corresponding backend with three options to login / signup, Google, Apple and via Email/Password. When a user chooses Apple or Google and the user is not ...
Ala Ha's user avatar
  • 59
0 votes
1 answer
89 views

I have a Django site that uses Google Oauth2 to allow users to grant access to read and reply to their emails. GOOGLE_OAUTH2_CREDENTIALS = { 'client_id': '********************', 'client_secret'...
Kovy Jacob's user avatar
  • 1,189
1 vote
1 answer
273 views

I was using this tutorial: https://www.geeksforgeeks.org/python-django-google-authentication-and-fetching-mails-from-scratch/. However, the oauth2client library is deprecated and hasn't been touched ...
Kovy Jacob's user avatar
  • 1,189
0 votes
1 answer
54 views

I'm using Google Drive API java (see versions below) inside a Spring project. I'm aiming to monitor changes (this part is quite ok) But I'm struggling to understand what's wrong with Google OAuth ...
Barium Scoorge's user avatar
0 votes
0 answers
45 views

I've written up a simple python web app meant to parse someone's school schedule and add it to their Google Calendar. It was working perfectly locally, but due to the nature of InstalledAppFlow and ...
Osprey350's user avatar
1 vote
1 answer
62 views

I am having trouble finding the problem with my authentication services. I want to be able to log in with google OAuth 2.0 as well as Azure. For now only azure works. My code goes as followed: builder....
Thomas Verbruggen's user avatar
0 votes
0 answers
58 views

so I'm trying to use the Google vision API in php but with out using the SDK as while I got composer on my test system, I just know there's going to be a situation in one of the client servers where ...
Kit Ramos's user avatar
  • 1,929
0 votes
0 answers
31 views

I have the problem that the google auth is not working properly. When I try access the site, then I get the error <a href="{% provider_login_url 'google' %}?next=/">Login with google&...
Arrow Stuhl's user avatar
0 votes
0 answers
46 views

I'm working on a Blazor web assembly + ASP.NET Core Web API project and want to implement Google authentication. I believe the best practice for implementing OIDC is PKCE + authorization code flow, ...
Kazuki's user avatar
  • 1
1 vote
0 answers
56 views

I am using google oauth for authentication in my application. But the cookie does not appear in the cookies in the browser. I am returning the redirect response from the callback and setting the ...
Mirzonabot Mirzonabotov's user avatar
0 votes
0 answers
31 views

Related questions: Google Apps Script asks for permissions every week Why my Google Apps Script permissions are revoked after few days? I have a Google Apps Script with a trigger set up to run ...
ariabr's user avatar
  • 21
0 votes
0 answers
21 views

We have an existing app under public domain built in google We improved our functionalities and have added newer scopes to the same existing app The question is When we submit the updated app for ...
Sri Harsha Y's user avatar
0 votes
2 answers
436 views

Currently, on the login page, I have a button: <div class="d-grid gap-2"> <a href="{% provider_login_url 'google' %}" class="btn btn-danger"> <...
Krzysztof Krysztofczyk's user avatar
2 votes
0 answers
79 views

I have a backend written in Java and a frontend in ReactJS, where I am using Keycloak for authentication. My frontend handles two types of login flows: Google Login via Keycloak Identity Provider ...
Beu's user avatar
  • 1,634
0 votes
1 answer
80 views

I am attempting to use the Google Wallet node.js api with a service account. The service account comes from a different GCP project. I have granted the service account the appropriate role so that it ...
Paulw11's user avatar
  • 116k
0 votes
1 answer
225 views

I'm implementing Google authentication in my React Native project using the expo-auth-session library. The issue is that after selecting the user and accepting the consent screen, when the ...
HelloImIulixx's user avatar
1 vote
2 answers
340 views

My task is to set up Google OAuth 2.0 to obtain authorization code (not a token) for later use. Enabling custom Uri schema in Google Cloud Console is not recommended. So, to do that I'm using App ...
Bratyslav Morhunov's user avatar
0 votes
0 answers
131 views

We're experiencing an issue with Google OAuth in production that started today. The code has been running successfully in production for the past 5 months without changes, but is now failing with an &...
theGreenCabbage's user avatar
-13 votes
1 answer
307 views

I am working on adding the ability to authenticate in my app using Google OAuth2. My app is a Blazor Interactive Server using the Identity Library (not Blazor Identity). I don't have this working yet. ...
David Thielen's user avatar
0 votes
0 answers
42 views

Learning nextjs after completing Reactjs In the NextAuth potion I get access denied for my institutional email address but works fine for my personal email. You may find it usefull: personal email: ...
Saikat Islam's user avatar
0 votes
0 answers
59 views

I have a self-hosted Airflow which has Google Oauth implemented. I need to extract data from an REST API within an Airflow DAG that requires authentication. To do this, I want to use a Python script ...
Richa's user avatar
  • 1
0 votes
0 answers
49 views

I'm designing a website where I'd like to put sign in with google option. I've already got my cloud web application verified for external users. Even though this url (https://quadball.tv/register/?...
Utility Apparel's user avatar
0 votes
0 answers
63 views

I am using Google Oauth as the method of signing users. The front end has a single button that when clicked will prompt the user to sign in. Once the user signs in with the Google prompt, the google ...
James Huang's user avatar
0 votes
0 answers
58 views

I wrote a little python app which will stop and create broadcast via the Youtube API at defined times. It works all fine but the token created at the first start or when a token does not exists when ...
Darter's user avatar
  • 21
0 votes
0 answers
51 views

I'm trying to verify a token generated by Firebase ADMIN. Here's the flow: A function in Firebase ADMIN is called. const additionalClaims = { veiculoId, sinistroId }; const token = await getAuth()....
ridermansb's user avatar
  • 11.1k
1 vote
0 answers
149 views

I'm trying to pass a userType parameter from my Google sign-in component to the JWT callback in NextAuth.js using the Next.js app router. I need this parameter to determine which API endpoint to call ...
Shafik NH's user avatar
1 vote
1 answer
664 views

Problem Description I am implementing Google social login using Next.js and Supabase. The setup works until the point where the user is redirected to the callback URL after authenticating with the ...
Jun Twein's user avatar
0 votes
0 answers
129 views

I have tried to access gmail through the google oauth2 client. However I cannot seem to make it work: def readEmails(): """Shows basic usage of the Gmail API. Lists the user's ...
paul23's user avatar
  • 9,647
0 votes
0 answers
152 views

I want to build something with the Google Calendar API and now I'm trying to set all things up. I created a project in Google Cloud Console and set it to External with Status "Test". I set ...
Vertex's user avatar
  • 1
0 votes
0 answers
56 views

I don’t understand how to properly organize the Authentication Flow for a Mobile application + Google OAuth + Backend REST API. I need Google OAuth to register/authenticate the user in the Backend ...
JustCurious4's user avatar
1 vote
0 answers
119 views

I’ve successfully implemented sign-in and sign-out functionality using the Google provider in authjs. However, I’ve encountered an issue: when a user is logged in, I don’t have a unique identifier to ...
Xalsar's user avatar
  • 93
1 vote
1 answer
227 views

I'm implementing Google login in my CodeIgniter 3 web project. The functionality works perfectly on my local machine. However, when my teammate runs the exact same code on their machine, they ...
PTPZ Center's user avatar
1 vote
0 answers
158 views

I am trying to create a looker studio Google ads connector and I am currently stuck. Anytime I try to click on the "Authorize" button (please see attached) to initiate connection, it does ...
Afonja's user avatar
  • 13
0 votes
0 answers
46 views

I have an easy Spring Boot API Rest. It authenticates with Google Oauth 2.0. To check de API Rest, I´m using Postman. When I try it on local, everything with Postman works perfectly. When I try it on ...
Mónica Cañada Martínez's user avatar
-2 votes
1 answer
104 views

I'm using a Python script to download a file from Google Drive using a specific file ID. To access the drive, I'm using an active key for a service account saved in the working directory as ...
MBT_Py's user avatar
  • 1
2 votes
0 answers
68 views

I am working on creating a program to connect to gmail with imap protocol, using oauth2 mechanism for authentication. I was successfully able to get access token but failing to establish connection. ...
Srini's user avatar
  • 31
1 vote
0 answers
76 views

I have a condition where certain pages can be accessed according to their role in database I have followed the tutorial on the Authjs site, and it seems like there is a lack of information, because ...
Febry Aryo's user avatar
0 votes
1 answer
421 views

I’m working with the Google Calendar API and have successfully created events via the API, including adding attendees. My Google account is the organizer of the event. On the Google Calendar web ...
hunglt.ee's user avatar
0 votes
0 answers
95 views

I've written a bash script to push backup files from a server to a Google Drive account (using the open source gdrive utility). Creating the script and making it work with "test" credentials ...
steevithak's user avatar
0 votes
0 answers
136 views

I have a python and keycloak app. The architecture of keycloak is a realm for each user. This is because I want each user to have its own permission system, users, RBAC and such. When a user creates a ...
Ariel K.'s user avatar
0 votes
0 answers
151 views

I have a problem: when i try to auth with Google using Supabase on localhost (WEB) - this work correctly: after authentication in my URL i can see ?code=?code=7c... . But when i try to auth using ...
Denis Maliush's user avatar
0 votes
2 answers
48 views

I'm trying to move a nuxt 3 app to using docker-compose. I read in the documentation that .env files are not read by nuxt in production. So I'm trying to add them to the environment directive in my ...
probablyjassin's user avatar