www-authenticate
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -5,7 +5,7 @@ var ParseAuth= /(\w+)\s+(.*)/ // -> scheme, params | ||
parse_params= function (header) { | ||
function parse_params(header) { | ||
// This parser will definitely fail if there is more than one challenge | ||
var tok, last_tok, _i, _len, key, value; | ||
var state= 0; //0: token, | ||
m= header.split(Separators) | ||
var m= header.split(Separators) | ||
for (_i = 0, _len = m.length; _i < _len; _i++) { | ||
@@ -12,0 +12,0 @@ last_tok= tok; |
{ | ||
"name": "www-authenticate", | ||
"description": "Provides the functionality needed for a client to use HTTP Basic or Digest authentication. Also provides primitives for parsing WWW-Authenticate and Authentication_Info headers.", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"homepage": "https://github.com/randymized/www-authenticate", | ||
@@ -6,0 +6,0 @@ "author": { |
# www-authenticate [![Build Status](https://secure.travis-ci.org/randymized/www-authenticate.png?branch=master)](http://travis-ci.org/randymized/www-authenticate) | ||
[![Not Maintained](https://img.shields.io/badge/Maintenance%20Level-Abandoned-orange.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d) | ||
www-authenticate is **no longer being actively developed** and has been archived. | ||
You are still welcome to use it but you may want to check for any forks that are more actively maintained. | ||
If it is of value to you, you are welcome to fork it or start a new project and incorporate its code into your project. | ||
## Documentation | ||
@@ -4,0 +11,0 @@ Provides the functionality needed for a client to use HTTP Basic or Digest authentication. Also provides primitives for parsing WWW-Authenticate and Authentication_Info headers. |
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
20694
119
11