Skip to main content

All Questions

Tagged with
0 votes
0 answers
20 views

Login with google and streamlit

I am doing a login with google oauth and streamlit, where at login time it works correctly along with the log out, but when I refresh the page it logs me out. This is the google_auth.py import asyncio ...
ElCantiner0's user avatar
0 votes
1 answer
109 views

Adding Oauth 2.0 to Google Fact Check Tools API

I have a simple Python code to search through Fact Check claims using the Google Fact Check Tools API. I have updated the code to include OAuth flow and here is my code: import requests import google....
Basith's user avatar
  • 851
0 votes
0 answers
26 views

Flask Google sing in - protected routes still accessible after logout

I'm working on a Flask project, where I have implemented Google sign in option using authlib and also using Flask SocketIO to send and recieve data from server to browser and from browser to server ...
Abdul Rehman's user avatar
  • 5,586
0 votes
0 answers
24 views

GCP Authentication using tokens

I have a desktop app and I want to use GCP cloud API. I want to authenticate using tokens. I first download the credentials andthen create a token file. Below is my code: SCOPES = ['https://www....
user1753640's user avatar
0 votes
0 answers
38 views

google authentication redirect doesn not work for me

I have python code to authenticate and authorize user to login app via google but in my code when ı click login with google , it just refreshs pages and doesn't direct me to login with google account ...
kadiirkkoc's user avatar
0 votes
0 answers
46 views

Google books API giving a 401 error that makes no sense to me

I must mention all of this was working perfectly and then stopped working suddenly. I was using a python script to upload epub files from my google drive to my google playbooks library. This is my ...
Varo OP's user avatar
  • 83
0 votes
0 answers
24 views

How do I get Google authentication with offline /ServerAuth Code (Mac+Webapp) working?

I am trying to use google-sign-in on my Mac with the serverAuthCode. I have set up two Oauth Client IDs (iOS for Mac app and Web for the service that would run on localhost) I am able to sign-in and ...
Rolodex Guru's user avatar
0 votes
0 answers
55 views

How do I properly authenticate with OAuth using google-auth-oauthlib and Django?

I am building a Django project that works with video and needs to upload to Youtube. For this, I need oauth credentials. I am unable to authenticate with Oauth even though my redirect URI is correct ...
Charlotte Harper's user avatar
0 votes
0 answers
23 views

Flask user authentication including login, register and google login not integrated together

https://www.freecodecamp.org/news/how-to-setup-user-authentication-in-flask/ I have made the basic user authentication using the above link but i am unable to add the google login. I have tried many ...
Aryan Chaudhary's user avatar
0 votes
0 answers
2k views

Document AI - Processor location issue [duplicate]

I'm using a Mac and I have created a simple Document AI processor on the Google Cloud Platform (PDF splitter). This processor was trained, tested and deployed. I'm now desperately trying to make use ...
AlexCT's user avatar
  • 35
0 votes
0 answers
74 views

Oauth Sign-in (Google & Apple)

I am designing a SaaS web app, and i am implementing google and Apple sign-in features which allow first time users to create an account and returning used to login. I have successfully setup google ...
ramorez's user avatar
0 votes
0 answers
35 views

Login in google page with requests or Oauthlib

Good day, I have a task to fill out and submit data on this site: Click Quality Form using Python code, and I encountered the following issues: I cannot find which Google API corresponds to this site (...
Refusion's user avatar
0 votes
1 answer
74 views

GCP & AWS: CloudFunction: Can't assume AWS role

I created a terraform deployment for gcp cloudfunction which should assume AWS role to manipulate on AWS s3. The problem that flow which looks like created correctly causes to (AccessDenied) when ...
Max Trosman's user avatar
0 votes
0 answers
60 views

Flask Session Not Retaining State Parameter During Google OAuth2 Authentication

I'm building a Flask application that integrates with Google Drive using OAuth2 for authentication. The flow works fine initially, but I'm encountering an issue where the state parameter is missing ...
Sai Kathiroli Prabhakaran's user avatar
0 votes
1 answer
259 views

How do I fix a "CSRF Warning! State not equal in request and response." error when trying to log in with Google using FastAPI?

I get redirected fine to Google's consent screen, but after consenting, I get hit with the authlib.integrations.base_client.errors.MismatchingStateError: mismatching_state: CSRF Warning! State not ...
Nikolaisyl's user avatar

15 30 50 per page
1
2 3 4 5
57