GauriSP10 / streamlit_login_auth_ui

It lets you connect your streamlit application to a pre-built and secure Login/ Sign-Up page.
MIT License
178 stars 59 forks source link

@st.cache to @st.cache_data #22

Open JHamburg430 opened 9 months ago

JHamburg430 commented 9 months ago

Could you please update the magic line (ln 14) in encrypted_cookie_manager.py (in streamlit_cookies_manager dist. folder)? Currently Streamlit populates an error message to use updated magic function. I changed to the new st.cache_data, tested login, and did not have any issues on my PC. Also, thanks for creating this component!

image

sovdevs commented 8 months ago

Is there a quick way to supress such warnings on deploy?