hunkim / streamlit-google-oauth

An example Streamlit application that incorporates Google OAuth 2.0
52 stars 40 forks source link

Streamlit cloud deploy #2

Closed fsmosca closed 1 year ago

fsmosca commented 1 year ago

How does the following work in streamlit cloud.

client_id = os.environ["GOOGLE_CLIENT_ID"]
client_secret = os.environ["GOOGLE_CLIENT_SECRET"]
redirect_uri = os.environ["GOOGLE_REDIRECT_URI"]

Do I have to put those in secrets.toml streamlit cloud?