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.