GauriSP10 / streamlit_login_auth_ui

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

Suggestion: Add option to render Login/Signup/Forgot PW/etc in tabs instead of sidebar #3

Open KeeonTabrizi opened 1 year ago

KeeonTabrizi commented 1 year ago

The streamlit-option-menu package is used to render the sidebar:

image

This works pretty well but creates very long/verbose URLs like:

Instead it would be interesting what a bool arg to the login class would look like instead to render the elements in just the normal page with tabs:

image

daiyu0602 commented 11 months ago

hello!I want to know how to change like you show this picture?

Shrejo commented 9 months ago

This would be great! Could you please update if this is already implemented?