Hi all!
How do i get the editor to use an authentication header for api-calls without requiring a user login while embedding?
I have Node-Red up and running. I can protect the red and api path by requiring a Token. But how do i tell the editor what token to use?
I could use a cookie middleware in front, but that feels wrong.
Any hints or suggestions?
Thangs!
Regards,
Mario
PS: To redirect an user on Logout from the UserMenu i would clear his session on auth/revoke and redirect on access /red without a session? Is there an other solution/hook?