corbel-token-verifier
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -8,3 +8,7 @@ /* | ||
function verifier(token){ | ||
token = token ? token.replace('Bearer ', '') : null | ||
token = token ? token.replace('Bearer ', '') : | ||
if(!token){ | ||
return false; | ||
} | ||
@@ -11,0 +15,0 @@ var decoded = decoder(token); |
{ | ||
"name": "corbel-token-verifier", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A corbel token verifier for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
9298
216