Skip to content

Commit da233f4

Browse files
committed
strip token no matter what
1 parent d488874 commit da233f4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

OpenFlow/src/Messages/Message.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ export class Message {
662662
sendthis.__jwt = msg.jwt;
663663
sendthis.__user = msg.user;
664664
}
665-
if (msg.striptoken && !NoderedUtil.IsNullEmpty(msg.exchange)) {
665+
if (msg.striptoken) {
666666
delete msg.jwt;
667667
delete msg.data.jwt;
668668
delete sendthis.__jwt;

OpenFlowNodeRED/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openiap/nodered",
3-
"version": "1.3.57",
3+
"version": "1.3.58",
44
"description": "Simple wrapper around NodeRed, RabbitMQ and MongoDB to support a more scaleable NodeRed implementation.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)",
55
"main": "index.js",
66
"scripts": {

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.57
1+
1.3.58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openiap/openflow",
3-
"version": "1.3.57",
3+
"version": "1.3.58",
44
"description": "Simple wrapper around NodeRed, RabbitMQ and MongoDB to support a more scaleable NodeRed implementation.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)