Run Oban Web WithIn LiveView Template

Hi All

Is it possible to rub the oban web dashboard within a liveview template , I want to run it such that I have a web page with a side nav, and when I click an option in the side nav , the oban web dashboard renders as main content and the side nav is still there with oban web running .

Your Help will be appriciated thanks .

Technically speaking, it probably is if you supply the correct routes and session options. However, it’s not something we support directly or could guide you in undertaking.

It would probably be easier to wrap it in an iframe rather than through live_render.

How can I authenticate the dashboard if I’m wrapping it in an iframe ?

The same as you would to authenticate a stand alone dashboard. You’d wrap the entire page in authentication of some kind.