@tsndr/cloudflare-worker-jwt
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "@tsndr/cloudflare-worker-jwt", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -68,3 +68,3 @@ # Cloudflare Worker JWT | ||
// Verify token | ||
const verifiedToken = await verify(token, "secret") // false | ||
const verifiedToken = await verify(token, "secret") | ||
@@ -71,0 +71,0 @@ // Abort if token isn't valid |
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
17938