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 94 Streamlit-Authenticator issues
Sort by recently updated
recently updated
newest added

hi , i was just working with streamlit-authenticator and was making a login page usng config.yaml , but it always outputing the authentication_status as False , however i have done...

help wanted

# Summary When using st.chat_input to enter a message, the message sometimes disappears immediately after input. # Video https://github.com/mkhorasani/Streamlit-Authenticator/assets/64062002/b9f3c76c-e8aa-435f-80b9-c5364f088d93 # Investigation This issue did not occur before the introduction of...

duplicate

Hi, I’m using streamlit==1.26.0 and streamlit_authenticator==0.2.3. I’ve noticed that the JWT which saved upon login (as a cookie, which in the default config is called “random_cookie_name”) retains its validity even...

enhancement

Hi, Instead of authenticating against the local config.yaml as showcased [in the part 1 - streamlit authenticator tutorial](https://blog.streamlit.io/streamlit-authenticator-part-1-adding-an-authentication-component-to-your-app/), my use case would be passing on: - user's email - user's...

enhancement

I would like to have to have an option to be able to write my own way how to check the password. Something like custom replacement for `Authenticate._check_pw` method. My...

enhancement

Congratulations on your great project. I noticed an issue when the config.yaml contains unicode characters. For example when using the reset password feature the yaml load and dump works perfectly...

enhancement

As discussed earlier, I suggest using poetry: Poetry installation instructions can be found [here](https://python-poetry.org/docs/#installing-with-pipx) In addition to the use of Poetry, I recommend using a linter and code formatter. In...

https://github.com/mkhorasani/Streamlit-Authenticator/blob/7a6b2f96426af0b0ab7a5462bfa475e0eed7c1f5/tests/streamlit_authenticator_test.py

help wanted

Hi! First off, thanks so much for this amazing feature! I use it in every project I'm involved with. It’s easy to use and implement. However, I’ve encountered an issue:...

enhancement

I'm following the documentation at steps 1 and 2, which states that one needs to recreate the Authenticator object and call the `login` method on each page of a multipage...

help wanted