Hi community,
I am new to Mongo Charts and recently built a demo dashboard , but having questions regarding the user setting.
I am currently using JWT authentication method to embed the dashboard in my nodejs application.
However, I want to create a user “filter” , which means each user can only see their own data.
I tried to refer to the documentation about the Injected User Filter , by using email to define each user,however, I am having errors 17. I wonder what is the correct setting / any demo code to use the user filter.
Please advise.