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

Storing login credentials on external database #37

Closed taimaruuu closed 1 year ago

taimaruuu commented 1 year ago

Hi,

I'd like to find out if there is a way to use this authentication with some credentials that I have in an AWS database rather than using the .yaml config file.

Thanks!

mkhorasani commented 1 year ago

Hi @taimaruuu, please refer to this tutorial for some tips.