Deployed Streamlit with API Key in the Link

Hi!

Just wanted to ask if there is a way on how to add such security features like Authentication Key / Unique Key at the end of the streamlit link (other than st.text_input) for the authentication purposes since I’m looking for efficiency of using the application by deploying just one (1) app instead of multiple apps and hassle-free authentication

I’m trying to mix Streamlit and Flask in one but there’s no success.

For example (Localhost):
https://127.0.0.1:5000/auth_key={unique_key} or https://127.0.0.1:5000/{unique_key}

Thanks.

Does this experimental feature do what you need?

Hi!

Just recently read the article that you’ve provided. I think this is what I need.

Thanks a lot!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.