We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e45e6 commit 1b6ac02Copy full SHA for 1b6ac02
README.md
@@ -24,8 +24,9 @@ npm i @tsndr/cloudflare-worker-jwt
24
### Basic Example
25
26
```typescript
27
+import jwt from "@tsndr/cloudflare-worker-jwt"
28
+
29
async () => {
- import jwt from "@tsndr/cloudflare-worker-jwt"
30
31
// Create a token
32
const token = await jwt.sign({
@@ -52,8 +53,9 @@ async () => {
52
53
### Restrict Timeframe
54
55
56
57
58
59
60
61
0 commit comments