Skip to content

Commit 03f5ce9

Browse files
author
Matias Emanuel Surdi
committed
Add noTimestamp option
1 parent 8e7c1b5 commit 03f5ce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jsonwebtoken/jsonwebtoken.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ declare module "jsonwebtoken" {
2727
audience?: string;
2828
subject?: string;
2929
issuer?: string;
30+
noTimestamp?: boolean;
3031
}
3132

3233
export interface VerifyOptions {

0 commit comments

Comments
 (0)