jwt-check-expiration
Check to see if a token is expired using only the token itself without a secret key or validation
@nitra/njwt
Fork (JWT Library for Node.js) with ignore expiration
jwt-autorefresh
Factory to schedule and execute calls to refresh token endpoints in advance of token expiration.
@around25/jwt-utils
Perform jwt token operations like store, get, decode, get expiration date, check if expired, validate, remove from storage
jwt-node-decoder
Decodes JWT (JSON Web Token) and checks expiration date. A Node port of angular-jwt.