jwt-check-expiration
Check to see if a token is expired using only the token itself without a secret key or validation
ltpa
Ltpa token generation and validation
random-web-token
Generate customizable random strings (tokens) using secure charsets with validation – zero dependencies.
passport-apple-verify-token
Sign In with Apple Token strategy for Passport, let's you validate the user token server side, usefull for mobile app SignIn with Apple authentication for example. The validation is done by using the public AppleID authentication keys.
passport-google-verify-token
Google Token strategy for Passport, let's you validate the user token server side, usefull for mobile app Google authentication for example. The validation is done by the official Google Auth library for NodeJs.