node-red-contrib-securedhttp
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "node-red-contrib-securedhttp", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Node-RED node to create secured http endpoint", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -277,3 +277,3 @@ /** | ||
node.userDetails.authorities = decoded.authorities; | ||
node.userDetails.token = encrypted; | ||
node.userDetails.token = "bearer " + encrypted; | ||
if (hasRight) | ||
@@ -280,0 +280,0 @@ next(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28992