1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
e7be1ed840 Bumped version 2021-02-04 12:20:45 +01:00
f2adb27218 Updated readme 2021-02-04 12:19:52 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ const payload = jwt.decode(token)
Signs a payload and returns the token. Signs a payload and returns the token.
#### Parameters
`payload` `payload`
Can be an object, buffer or a string. Can be an object, buffer or a string.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@tsndr/cloudflare-worker-jwt", "name": "@tsndr/cloudflare-worker-jwt",
"version": "1.0.0", "version": "1.0.1",
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker", "description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {