I want to display the user email adress in my dash application when I'm using it in a dash entreprise context and a replacement ("Anonimous") when used in local dev but I didn't found anywher a description of the content of get_user_data I should expect when connecting via dash entreprise. I eneded up creating a fake application with 1 single output the json in question. I find it a bit sad
I want to display the user email adress in my dash application when I'm using it in a dash entreprise context and a replacement ("Anonimous") when used in local dev but I didn't found anywher a description of the content of
get_user_dataI should expect when connecting via dash entreprise. I eneded up creating a fake application with 1 single output the json in question. I find it a bit sad