Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "httpntlm", | ||
"version": "1.0.0", | ||
"description": "httpntlm is a Node.js library to do HTTP NTLM authentication", | ||
"version": "1.0.1", | ||
"dependencies": { | ||
@@ -8,3 +9,22 @@ "httpreq": "~0.3.4", | ||
"agentkeepalive": "~0.1.5" | ||
} | ||
}, | ||
"author": { | ||
"name": "Sam Decrock", | ||
"url": "https://github.com/SamDecrock/" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/SamDecrock/node-http-ntlm/issues" | ||
}, | ||
"engines": { "node": ">= 0.8.0" }, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/SamDecrock/node-http-ntlm.git" | ||
}, | ||
"main": "./httpntlm", | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://www.opensource.org/licenses/mit-license.php" | ||
} | ||
] | ||
} |
@@ -1,7 +0,6 @@ | ||
node-http-ntlm | ||
============== | ||
# httpntlm | ||
Node.js module to authenticate using HTTP NTLM | ||
__httpntlm__ is a Node.js library to do HTTP NTLM authentication | ||
Ported to JavaScript from python-ntlm: https://code.google.com/p/python-ntlm/ (currently one of the hardest things I did, but I like the result) | ||
It's a port from the Python libary [python-ntml](https://code.google.com/p/python-ntlm/) | ||
@@ -14,3 +13,3 @@ ## Install | ||
__How to use__ | ||
## How to use | ||
@@ -22,4 +21,4 @@ ```js | ||
url: "https://someurl.com", | ||
username: 'you', | ||
password: 'stink', | ||
username: 'm$', | ||
password: 'stinks', | ||
workstation: 'choose.something', | ||
@@ -33,2 +32,10 @@ domain: '' | ||
}); | ||
``` | ||
``` | ||
Currently only supports __https__ | ||
## More information | ||
* [python-ntlm](https://code.google.com/p/python-ntlm/) | ||
* [NTLM Authentication Scheme for HTTP](http://www.innovation.ch/personal/ronald/ntlm.html) | ||
* [LM hash on Wikipedia](http://en.wikipedia.org/wiki/LM_hash) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
18445
0
39
0