mkhorasani / Streamlit-Authenticator

A secure authentication module to manage user access in a Streamlit application.
Other
1.66k stars 258 forks source link

Authenticate with SQL #240

Open pandachen7 opened 3 days ago

pandachen7 commented 3 days ago

Hi,

This project is very nice. But if add an account or change info of it, the yaml file (credential.yaml) must be changed. It may be bad if 2 and above users are changing their info simultaneously, which may happen race condition.

Is that possible to add the other function to connect to SQL DB, and make a awesome authenticating system?

mkhorasani commented 3 days ago

Hi @pandachen7, thank you for reaching out. This would require a major refactoring of the code base, but I am totally up for it and hope to implement it in the future!