@juriskop/swish-node-digest-auth
Version:
A SWISH compatible digest auth. While digest auth is standardized this implementation is only tested against SWISH and only supports one specification case (qop = auth; MD5 hash)
43 lines (42 loc) • 1.2 kB
JSON
{
"name": "@juriskop/swish-node-digest-auth",
"version": "1.0.4",
"description": "A SWISH compatible digest auth. While digest auth is standardized this implementation is only tested against SWISH and only supports one specification case (qop = auth; MD5 hash)",
"main": "index",
"scripts": {
"build": "tsc && cp ./package.json ./dist/package.json && cp ./README.md ./dist/README.md",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Juriskop/swish-node-digest-auth.git"
},
"keywords": [
"SWISH",
"Node",
"JavaScript",
"TypeScript",
"JS",
"HTTP",
"Digest",
"Auth",
"MD5",
"Cryptography"
],
"author": "Timothy Gillespie",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Juriskop/swish-node-digest-auth/issues"
},
"homepage": "https://github.com/Juriskop/swish-node-digest-auth#readme",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.6",
"babel-jest": "^28.1.3",
"jest": "^28.1.3",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}