mkhorasani / Streamlit-Authenticator

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

Add callback options for widgets #161

Open agomezh opened 1 month ago

agomezh commented 1 month ago

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 interact with the database (to connect remotely, save to yaml, etc.).

Or even other events.