Streamlit-Authenticator
Streamlit-Authenticator copied to clipboard
A secure authentication module to validate user credentials in a Streamlit application.
Hi, I am using the latest version of streamlit-authenticator (0.3.3) with the latest version of streamlit (1.37.0) I am using the new multipage routing mechanism that streamlit recently released: https://docs.streamlit.io/develop/concepts/multipage-apps/page-and-navigation...
`authenticator.login` could receive one more param `autocomplete` that is passed to `username = login_form.text_input('Username' if 'Username' not in fields else fields['Username'])`
It would be nice if when registering, the form told you what the password requirements are, or said specifically what is wrong with the entered password if it doesn't meet...
It would be nice to be able to specify the button type of the form submit buttons or logout button etc. that way it can match the theme of the...
### **Description**: I am using the streamlit-authenticator package in my Streamlit app, which has two pages: the main page and a secondary page. The sidebar displays both page options when...
Mohammed, I swear, last one. This is the most important one of all -> Cookies work fine locally until deploying to streamlit community cloud or any cloud via docker. When...
There are times when you want the form to clear if successful, but not if it fails. For example: - Fill in the register new user form. - But make...
Hi, it will be great if you can add the option use_container_width of each widget as other standard streamlit widgets. Thank you
Hi, I am using the latest version of streamlit-authenticator (0.3.3) with the latest version of streamlit (1.37.0) I am using the new multipage routing mechanism that streamlit recently released: https://docs.streamlit.io/develop/concepts/multipage-apps/page-and-navigation...
Hi, thanks for the package. It will be more practical if after registering, we send an auto generated password (or a verification link) to the email that user registered. The...