UNPKG

predix-fast-token

Version:

Node module to verify UAA tokens used when protecting REST endpoints

23 lines (22 loc) 527 B
{ "name": "predix-fast-token-sample", "version": "0.1.0", "description": "Node module to verify UAA tokens used when protecting REST endpoints", "main": "sample.js", "repository": { "type": "git", "url": "https://github.build.ge.com/hubs/predix-fast-token.git" }, "keywords": [ "uaa", "node", "fast", "token" ], "author": "Ben Sykes <ben.sykes@ge.com>", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "express": "^4.15.3", "express-bearer-token": "^2.1.0" } }