From 598b8d8e51e50aa730dbaf8fe4a372ba8e7d9c6e Mon Sep 17 00:00:00 2001 From: P-1000 Date: Sun, 1 Oct 2023 13:06:24 +0530 Subject: [PATCH] (feat)Implemented a new feature in the function to check the expiration time of JWTs --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 76c3b2c91..fbd77d3a1 100644 --- a/src/index.js +++ b/src/index.js @@ -178,6 +178,7 @@ const validator = { isMD5, isHash, isJWT, + isJWTExpiration, isJSON, isEmpty, isLength,