Hosted streamlit OAuth

Hi, I can use OAuth locally to access APIs that require user authentication but when I host the app online I donโ€™t think I can use the same process to authenticate the app. Locally I can use a redirect URL but not when the app is hosted on Heroku.

Is this is something that I can do with streamlit?

1 Like

Iโ€™ve got the same issue! :slight_smile:

Did you fund a solution for it in the end?

Thanks
Charly

Hi, I tried this tutorial - https://towardsdatascience.com/implementing-google-oauth-in-streamlit-bb7c3be0082c and was able to test it locally with

would like to know how to set it when hosted in streamlit cloud
Thanks