UNPKG

jwt-check-expiration

Version:

Check to see if a token is expired using only the token itself without a secret key or validation

37 lines (36 loc) 739 B
{ "name": "jwt-check-expiration", "version": "1.0.5", "description": "Check to see if a token is expired using only the token itself without a secret key or validation", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "jwt", "json", "web", "token", "decode", "expiration", "check", "expiration", "verify", "jwt", "expiration", "verify", "expires", "exp", "isexpired", "expired" ], "author": "Charles Markovich", "license": "MIT", "dependencies": { "jwt-decode": "^2.2.0" }, "repository": { "type": "git", "url": "https://github.com/star-scraper/jwt-check-expiration" } }