Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e7be1ed840 | |||
| f2adb27218 |
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user