user_db# class baf.platforms.websocket.streamlit_ui.user_db.UserDB[source]# Bases: object add_user(username, password)[source]# authenticate(username, password)[source]# create_table()[source]# get_profile(username)[source]# Return profile dict for username or None if not found. set_profile(username, profile_dict)[source]# Upsert the profile JSON for the given username. If the user row does not exist, create it with an empty password (prototyping shortcut) so the FK constraint is satisfied. Returns True on success, False on error. user_exists(username)[source]# baf.platforms.websocket.streamlit_ui.user_db.get_db_config()[source]#