Streamlit-Authenticator icon indicating copy to clipboard operation
Streamlit-Authenticator copied to clipboard

A secure authentication module to validate user credentials in a Streamlit application.

Results 62 Streamlit-Authenticator issues
Sort by recently updated
recently updated
newest added

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...

help wanted

`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'])`

enhancement

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...

enhancement

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...

enhancement

### **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...

help wanted

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...

help wanted

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...

enhancement

Hi, it will be great if you can add the option use_container_width of each widget as other standard streamlit widgets. Thank you

enhancement

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...

help wanted

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...

enhancement