BiancoRoyal/node-red-contrib-iiot-jwt

This Node doesnt return the msg property

dk-gitiot opened this issue · 1 comments

Which node-red-contrib-bit version are you using?

node-red-contrib-iiot-jwt

What happened?

Case: I am generating a jwt token for one of my usecase. So there is a flow. Now when I want to pass few msg parameters through the jwt node. My pass through msg parameters is getting blocked by the node.

How can this be reproduced?

Step 1: Insert a inject node and try to send few msg params such as msg.timestamp, msg.timeout, msg.node.
Step 2: Insert the jwt node
Step 3: Insert the debug at the end

Connect all the flows and click on inject.

What did you expect to happen?

You would notice that the msg.timestamp, msg.timeout, msg.node wont have passed through the node. Because the jwt node is not returning the msg parameter.

Other Information

No response

This issue is stale because it has been open 60 days with no activity. It will be closed in 30 days, but can be saved by removing the stale label or commenting.