Hi,
I have implemented custom authentication for Node-Red and passing the JWT token via. Browser. I want to access this token on the server side Node Js code of my Custom Node, but did not find a way to do it as local storage is available on browser (client) side only. Kindly help with this issue.
Regards