bearer
Version:
Bearer authentication module using token and Authorization HTTP header
25 lines (24 loc) • 537 B
JSON
{
"name": "bearer",
"version": "0.0.20",
"description": "Bearer authentication module using token and Authorization HTTP header",
"main": "bearer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dselmanovic/bearerjs.git"
},
"keywords": [
"Bearer",
"Authentication",
"Authorization",
"Token"
],
"author": "Demir Selmanovic",
"license": "ISC",
"dependencies": {
"node-cryptojs-aes":"~0.4.0"
}
}