@live-change/password-authentication-service
Advanced tools
Comparing version 0.8.149 to 0.9.0
@@ -38,3 +38,3 @@ import definition from './definition.js' | ||
if(!passwordAuthenticationData) throw 'notFound' | ||
if(currentPasswordHash != passwordAuthenticationData.passwordHash) throw { properties: { | ||
if(currentPasswordHash !== passwordAuthenticationData.passwordHash) throw { properties: { | ||
currentPasswordHash: 'wrongPassword' | ||
@@ -41,0 +41,0 @@ } } |
{ | ||
"name": "@live-change/password-authentication-service", | ||
"version": "0.8.149", | ||
"version": "0.9.0", | ||
"description": "", | ||
@@ -25,6 +25,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@live-change/framework": "^0.8.149", | ||
"@live-change/framework": "^0.9.0", | ||
"nodemailer": "^6.7.2" | ||
}, | ||
"gitHead": "0854ef672e27b8f3ea70ffeb788a33638844121e" | ||
"gitHead": "b82513f5b400afcc4b8cc3ae1f9dfe4ac3a2a6eb" | ||
} |
@@ -51,3 +51,3 @@ import App from '@live-change/framework' | ||
definition.view({ | ||
name: "resetPasswordAuthentication", | ||
name: "resetPasswordAuthenticationByKey", | ||
properties: { | ||
@@ -54,0 +54,0 @@ key: { |
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
12256
+ Added@live-change/framework@0.9.2(transitive)
- Removed@live-change/framework@0.8.149(transitive)