streamlit-google-oauth
streamlit-google-oauth copied to clipboard
Doesn't work when deployed
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".
#3 It only works if it's a standalone app.
It's true that it doesn't work when deployed to Streamlit Community Cloud. Behind the scene, it embedded the app into the iframe, and hence failed Google Login. Error message:
Refused to display 'https://accounts.google.com/' in a frame because it set 'X-Frame-Options' to 'deny'.
Is there any workaround idea? Thanks