cody - HTMLify profile
files of /cody/lassiecoder/mutual-funding-app/server/node_modules/token/
var crypto = require('crypto');
var d = exports.defaults = {
cache: true
};
var items = {};
var d = exports.defaults = {
cache: true
};
var items = {};
{
"name": "token",
"version": "0.1.0",
"description": "HMAC token generation and verification with time-based limitation o
"name": "token",
"version": "0.1.0",
"description": "HMAC token generation and verification with time-based limitation o
# token
## Time-limited, HMAC-based authentication token generation
Basic ideas:
- Tokens are time-limited
- Tokens can be as
## Time-limited, HMAC-based authentication token generation
Basic ideas:
- Tokens are time-limited
- Tokens can be as