mkhorasani / Streamlit-Authenticator

A secure authentication module to validate user credentials in a Streamlit application.
Apache License 2.0
1.38k stars 229 forks source link

Is there a way to only verify the password? #81

Closed Jimchoo91 closed 5 months ago

Jimchoo91 commented 10 months ago

I would like to set this up on my app, but I only want the password to be verified. By this, I mean I want anybody to enter a username (which will not be checked against a pre-existing list), but I want the password they enter to be the correct one in the YAML. Is there a way to do this?

mkhorasani commented 10 months ago

Hi @Jimchoo91, no currently there are no provisions to support this functionality. I can look into it for a future iteration though.

Jimchoo91 commented 10 months ago

Thank you that would be really appreciated.

mkhorasani commented 5 months ago

I am currently trying to address this issue, can you please elaborate further on what exactly you mean?

mkhorasani commented 5 months ago

Hi @Jimchoo91, I have deemed this feature to be out of the scope of this package and will no longer be continuing its development. Thank you for your understanding.