Streamlit-Authenticator
Streamlit-Authenticator copied to clipboard
A secure authentication module to validate user credentials in a Streamlit application.
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...
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:...
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...
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...
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...
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...
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...
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....
This only happens on the deployed version since I updated it to v4.1. On local environment it works fine.