@node-red/editor-api
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -144,3 +144,3 @@ /** | ||
Tokens.create(user.username,"node-red-editor",user.permissions).then(function(tokens) { | ||
log.audit({event: "auth.login",username:user.username,scope:user.permissions}); | ||
log.audit({event: "auth.login",user,username:user.username,scope:user.permissions}); | ||
user.tokens = tokens; | ||
@@ -147,0 +147,0 @@ done(null,user); |
@@ -96,3 +96,3 @@ /** | ||
Tokens.create(username,client.id,scope).then(function(tokens) { | ||
log.audit({event: "auth.login",username:username,client:client.id,scope:scope}); | ||
log.audit({event: "auth.login",user,username:username,client:client.id,scope:scope}); | ||
done(null,tokens.accessToken,null,{expires_in:tokens.expires_in}); | ||
@@ -99,0 +99,0 @@ }); |
{ | ||
"name": "@node-red/editor-api", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"license": "Apache-2.0", | ||
@@ -19,4 +19,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@node-red/util": "2.1.3", | ||
"@node-red/editor-client": "2.1.3", | ||
"@node-red/util": "2.1.4", | ||
"@node-red/editor-client": "2.1.4", | ||
"bcryptjs": "2.4.3", | ||
@@ -32,3 +32,3 @@ "body-parser": "1.19.0", | ||
"mustache": "4.2.0", | ||
"oauth2orize": "1.11.0", | ||
"oauth2orize": "1.11.1", | ||
"passport-http-bearer": "1.0.1", | ||
@@ -35,0 +35,0 @@ "passport-oauth2-client-password": "0.1.2", |
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
124493
+ Added@node-red/editor-client@2.1.4(transitive)
+ Added@node-red/util@2.1.4(transitive)
+ Addedi18next@21.5.4(transitive)
+ Addedmoment-timezone@0.5.34(transitive)
+ Addedoauth2orize@1.11.1(transitive)
- Removed@node-red/editor-client@2.1.3(transitive)
- Removed@node-red/util@2.1.3(transitive)
- Removedi18next@21.3.1(transitive)
- Removedmoment-timezone@0.5.33(transitive)
- Removedoauth2orize@1.11.0(transitive)
Updated@node-red/util@2.1.4
Updatedoauth2orize@1.11.1