streamlit-google-auth icon indicating copy to clipboard operation
streamlit-google-auth copied to clipboard

Results 9 streamlit-google-auth issues
Sort by recently updated
recently updated
newest added

This is not an issue, but a suggestion. :D Any chance you would be willing to make an update to support the google_auth_oauthlib.flow.Flow.from_client_config class method instead of having to be...

works on my local, but after deployment, clicking on the button gives error: "accounts.google.com refused to connect.". running the same in incognito gives error: "403. That’s an error. We're sorry,...

Thanks for creating this library. It runs great locally, but when the same program run-on a server, the browser just hangs after click on the "Sign On" button. Is this...

On some days, this module continues to re-direct and show the login button. I have been able to solve the issue by updating `time.sleep()` to 2.0 seconds in the `check_authentification()`...

Hi, I am getting an error for no obvious reason. The code is the same as suggested. The credentials have been downloaded directly from gcp interface. Any hint ? Thank...

Hello, how are you? It's possible maybe using some parameter, to skip the click on sign in with google? Just go strait to account choose screen?

I face this error after running on localhost: ![image](https://github.com/user-attachments/assets/24121198-5b0e-4485-9b92-b78008354a0e)

Adding function to the class, allowing user to load credentials from dictionary usage: config = dict() authenticator = Authenticate( cookie_name='my_cookie_name', cookie_key='this_is_secret', redirect_uri = 'http://localhost:8501', ) authenticator.load_credentials(config) authenticator.login()