secure-time-token
Version:
A lightweight package for generating and validating time-based secure tokens.
21 lines (20 loc) • 408 B
JSON
{
"name": "secure-time-token",
"version": "1.0.5",
"description": "A lightweight package for generating and validating time-based secure tokens.",
"main": "index.js",
"type": "commonjs",
"keywords": [
"token",
"security",
"HMAC",
"TTL",
"validation"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"crypto": "^1.0.1",
"crypto-js": "^4.2.0"
}
}