Skip to content

Commit

Permalink
Add missing kid claim to JwtHeader (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Jun 7, 2022
1 parent bf94804 commit 3dc130e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -7,6 +7,7 @@ export interface JwtDecodeOptions {
export interface JwtHeader {
typ?: string;
alg?: string;
kid?: string;
}

export interface JwtPayload {
Expand Down

0 comments on commit 3dc130e

Please sign in to comment.