@mojaloop/security-bc-client-lib
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -98,2 +98,3 @@ /***** | ||
if (!decoded) { | ||
this._logger.warn("Error verifying token, could not decode access token"); | ||
return false; | ||
@@ -104,2 +105,3 @@ } | ||
catch (err) { | ||
this._logger.warn(`Error verifying token: ${err.message}`); | ||
return false; | ||
@@ -106,0 +108,0 @@ } |
{ | ||
"name": "@mojaloop/security-bc-client-lib", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "mojaloop security authentication and authorization client library", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
62600
912