[Question] Any way to integrate private dashboards on external web app?
Component
- UI
Description We are planning to create a custom web application which is connected to TB through API. And we plan to add widgets and charts on this external web. We already know that dashboards can be public.
Is there any way to embed private dashboards created on TB into the external web app? For example, passing the auth token...
The same idea as you can auth and login to TB API, and after you can access to certain endpoints, based on your auth. In this case the idea is to load a dashboard directly with the auth.
Avoiding, in the case of public dashboard, that the user could scrap the public dashboard URL from the external web app and can access to this dashboard forever without been authenticated on the external web app.
On this way, external applications can take advantage of the powerful TB dashboards and widgets, in a secure way and controlling who access it.
Environment
- OS: Armbian 20.10
- ThingsBoard: 3.2
- Browser: Chrome 87
Any progress on this?