Skip to content

Commit

Permalink
Update src/lib/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>
  • Loading branch information
kangmingtay and hf authored Feb 10, 2025
1 parent b671bf1 commit f21fdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f21fdc8

Please sign in to comment.