From f21fdc8ceeb37f4064fab40a6d95b665ac47dca7 Mon Sep 17 00:00:00 2001 From: Kang Ming Date: Sun, 9 Feb 2025 23:24:52 -0800 Subject: [PATCH] Update src/lib/types.ts Co-authored-by: Stojan Dimitrovski --- src/lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/types.ts b/src/lib/types.ts index fb7f971c..33879304 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -1222,7 +1222,7 @@ export type JwtPayload = RequiredClaims & { } export interface JWK { - kty: 'RSA' | 'EC' | 'OCT' + kty: 'RSA' | 'EC' | 'oct' key_ops: string[] alg?: string kid?: string