Merge pull request #5861 from msurdi/master

Add noTimestamp option to jsonwebtoken
This commit is contained in:
Masahiro Wakame
2015-09-20 17:27:37 +09:00
+1
View File
@@ -27,6 +27,7 @@ declare module "jsonwebtoken" {
audience?: string;
subject?: string;
issuer?: string;
noTimestamp?: boolean;
}
export interface VerifyOptions {