How to create routes for user login and Sign Up page in Streamlit app

Currently I am using container approach .

headerSection = st.container()

mainSection = st.container()

loginSection = st.container()

logOutSection = st.container()

Hey @black_hat, welcome to the community!

Did you try GitHub - mkhorasani/Streamlit-Authenticator: A secure authentication module to validate user credentials in a Streamlit application.?

Best,
Charly

hey @Charly_Wargnier I have tried this but facing issue in routing user to next page . If you have any other suggestion please let me know .

Not that I can think of, but maybe @blackary knows one?

Hi @black_hat, you could use πŸ–±οΈ Switch page function - streamlit-extras to direct a user to another page

2 Likes

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