hunkim / streamlit-google-oauth

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

st.experimental_get_query_params will be removed after 2024-04-11 #13

Closed eguerrier closed 5 months ago

eguerrier commented 8 months ago

This is a warning I get when trying to execute the code with the google authentication. st.experimental_get_query_params needs to be replaced by st.query_params.

https://github.com/hunkim/streamlit-google-oauth/blob/5feb84d2b8298f0a512a017bf7ffa9672b449342/streamlit_google_oauth/__init__.py#L82

hunkim commented 5 months ago

fixed it!