Hi Everybody,
I need some orientation, please.
I’m using some csv files to store and get information from my app, different DataFrames are read and store using .read_csv(‘table,csv’) and .to_csv(‘table,csv’) and everything is working as expected.
The thing is that now I’m wondering how to manage to store the files in a way that each user can manage and use their own tables without interfere with other users files, and also if that requires some user authorization.
Do you know where I can found information about managing user interaction in Dash?
Thanks in advance.
1 post - 1 participant