1
0

Fix .verify() and add testing

This commit is contained in:
2022-06-04 14:16:39 +02:00
parent e7964b63c2
commit 44329617de
4 changed files with 8681 additions and 7 deletions

View File

@@ -1,8 +1,11 @@
{
"name": "@tsndr/cloudflare-worker-jwt",
"version": "1.2.0",
"version": "1.3.0",
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsndr/cloudflare-worker-jwt.git"
@@ -19,5 +22,8 @@
"bugs": {
"url": "https://github.com/tsndr/cloudflare-worker-jwt/issues"
},
"homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme"
"homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme",
"devDependencies": {
"jest": "^28.1.0"
}
}