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

Add a callback option for the widgets. I think this is a possible way to interact with the database, so when the login widget is clicked, a callback function can...

enhancement

Hello, I have a multipage app and am having re-authentication problems when refreshing pages. I have updated to 0.3.2, but this problem occurred before and still remains. ## Problem 1:...

help wanted

My browser autocompletes certain logins. It did with streamlit authenticator, but it (for some reason), added a space at the end. Therefore instead of 'my_username' it was 'my_username '. This...

enhancement

Is there a way yo add captcha verification to the login page?

enhancement

Currently, it seems not so safe because user is able to key in anything as password. It is better force user to use strong password such as: (1) Must be...

enhancement

Good day. Is it possible to add additional (custom) fields to the registration form? I edited your code for my application, but it's the wrong way ))) It would be...

enhancement

Assume that the "pre-authorized" parameter in config.yaml contains 10 email IDs. Now, if all 10 users (defined in the list) finish with their registration, their email IDs get deleted from...

bug

Seems to be related to a recent commit (dab5966) where `generate()` was replaced with `hash_list()`. It was changed to be a `classmethod` but it still requires `self` as an input...

help wanted

Hi - Can we use the Authenticator when credentials are stored in a remote database? P.S - Did not find a place to post question, hence posting as an issue....

help wanted

This only happens on the deployed version since I updated it to v4.1. On local environment it works fine.

help wanted