streamlit-google-oauth
streamlit-google-oauth copied to clipboard
An example Streamlit application that incorporates Google OAuth 2.0
This is not an issue, but rather a question. I have successfully implemented OAuth in my Streamlit project, thanks to this repository. However, I am facing a problem where the...
this is failing on localhost. has something changed at google's end in last few months. is this working for you now too? "Error 400: invalid_request Request details: redirect_uri="http://localhost:8080" "
Thank you for this amazing project. This is a question not an issue. How can I still save the user session even after the user reload the page or visit...
It works for me on localhost, but not when deployed even though I added the redirect URIs. "Access blocked: This app’s request is invalid".
Hi. Thank you for this code! I just wonder if you are planning to publish this package on pypi?