@live-change/user-service
Advanced tools
Comparing version 0.2.12 to 0.2.13
@@ -19,3 +19,3 @@ const App = require('@live-change/framework') | ||
await authenticatedTable.object(session).onChange(async (authData, oldAuthData) => { | ||
output.debug("NEW USER AUTH", authData, "FROM", oldAuthData) | ||
//output.debug("NEW USER AUTH", authData, "FROM", oldAuthData) | ||
const newUser = authData ? authData.user : null | ||
@@ -32,3 +32,3 @@ if(newUser == user) return | ||
user = newUser | ||
output.debug("NEW USER", user) | ||
//output.debug("NEW USER", user) | ||
userObject = userTable.object(user) | ||
@@ -42,3 +42,3 @@ const currentUserObject = userObject | ||
} : null | ||
output.debug("NEW CREDENTIALS", newCredentials) | ||
//output.debug("NEW CREDENTIALS", newCredentials) | ||
output.change(newCredentials, oldCredentials) | ||
@@ -45,0 +45,0 @@ oldCredentials = newCredentials |
{ | ||
"name": "@live-change/user-service", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "a0dce761d803684a74e4cf4d50c63a0dc80dd4cf" | ||
"gitHead": "add122f25ae8a848c2d24e1a75c3c9ae69d86faa" | ||
} |
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
20503