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

Some improvements: apply hashing, translations, separation of example. #68

Closed vidz1979 closed 5 months ago

vidz1979 commented 1 year ago

1) Hashing manually passwords can be cumbersome. Create a script to help with it.

2) Also separated example code from package itself.

3) Added support for internationalization.

mkhorasani commented 5 months ago

Hi @vidz1979, some of these features have been implemented in release v0.2.4. You can now customize the text of the fields/headers/buttons of all the widgets by passing your own labels to the fields parameter of each widget. Plain text passwords will also be automatically hashed.