Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/lassiecoder/mutual-funding-app/server/node_modules/token/

index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/token/index.js
5 Views
0 Comments
var crypto = require('crypto');

var d = exports.defaults = {
cache: true
};

var items = {};

package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/token/package.json
27 Views
0 Comments
{
"name": "token",
"version": "0.1.0",
"description": "HMAC token generation and verification with time-based limitation o
readme.md /cody/lassiecoder/mutual-funding-app/server/node_modules/token/readme.md
20 Views
0 Comments
# token

## Time-limited, HMAC-based authentication token generation

Basic ideas:

- Tokens are time-limited
- Tokens can be as
test /cody/lassiecoder/mutual-funding-app/server/node_modules/token/test/
1 Items
  • token.test.js