basic-auth-parser
basic-auth-parser copied to clipboard
When not using the Basic authentication scheme then return credentials
This module does most of the heavy lifting for parsing the Authorization header for other schemes as well, such as for the 'Bearer' scheme used in JSON Web Tokens. This modification allows a single parsing pass to retrieve either the basic auth or JSON Web Token.
I had to update Vows in order to run under Node v0.10.26.
From what I can tell regarding the output of the Travis builds, on the v0.6 build it's failing to understand the dependency directive '^' while on v0.7 there is a certificate error when NPM is attempting to resolve the dependencies. Do you if we upgrade the tests to run under at least v0.10 of Node?