You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will automatically store account data when it's updated, it's relatively efficient and should scale fine to real databases or other key-value stores.
Streamlit-Authenticator/streamlit_authenticator/models/authentication_model.py
Line 54 in 657881f
You can get steamlit-authenticator to automatically save user accounts using a construct like this:
This pairs even better with tools like zict
Which will create a new yaml file for each user. You can also use sqlite, or lmdb, or even postgres transports.
But none of that works because instead of taking the actual credentials object at face value you recreate it using a standard python dict.
The text was updated successfully, but these errors were encountered: