New Component: Streamlit-Authenticator, a secure authenticaton module to validate user credentials in a Streamlit application

Awesome! Exactly what I was looking for.

Just one issue: When the user successfully login, a “Logout” button appear. Is there any way to remove this button? I won’t need it for my usecase, and it kinda gets in the way of the page layout.

Also, would the website work with 2 simultaneous users, in the case both use the same login/password? What about when 2 simultaneous users use different login/passwords?

Thanks a lot!