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 72408ab commit c8b7e2eCopy full SHA for c8b7e2e
src/jwt/index.ts
@@ -1,6 +1,6 @@
1
import crypto from "crypto"
2
import { EncryptJWT, jwtDecrypt } from "jose"
3
-import uuid from "uuid"
+import { v4 as uuid } from "uuid"
4
import { NextApiRequest } from "next"
5
import type { JWT, JWTDecodeParams, JWTEncodeParams, JWTOptions } from "./types"
6
0 commit comments