Hi,
I want to embed the node-red editor as an iframe inside another js application.
Similar to this
Also, use the session information acquired from the custom login screen to be used as node-red authentication.
Scenario: user logins in through auth0 and the session information is stored in the browser. this same authentication is used by the node-red application running as an iframe.
Any recommendations on how to achieve this?