File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# basic-auth
22
3- Generic basic auth Authorization header field parser for whatever.
3+ [ ![ NPM Version] [ npm-image ]] [ npm-url ]
4+ [ ![ NPM Downloads] [ downloads-image ]] [ downloads-url ]
5+ [ ![ Node.js Version] [ node-version-image ]] [ node-version-url ]
6+ [ ![ Build Status] [ travis-image ]] [ travis-url ]
7+ [ ![ Test Coverage] [ coveralls-image ]] [ coveralls-url ]
8+
9+ Generic basic auth Authorization header field parser for whatever.
410
511## Installation
612
@@ -48,3 +54,14 @@ server.listen(3000)
4854# License
4955
5056[ MIT] ( LICENSE )
57+
58+ [ npm-image ] : https://img.shields.io/npm/v/basic-auth.svg?style=flat
59+ [ npm-url ] : https://npmjs.org/package/basic-auth
60+ [ node-version-image ] : https://img.shields.io/badge/node.js-%3E%3D_0.8-brightgreen.svg?style=flat
61+ [ node-version-url ] : http://nodejs.org/download/
62+ [ travis-image ] : https://img.shields.io/travis/jshttp/basic-auth.svg?style=flat
63+ [ travis-url ] : https://travis-ci.org/jshttp/basic-auth
64+ [ coveralls-image ] : https://img.shields.io/coveralls/jshttp/basic-auth.svg?style=flat
65+ [ coveralls-url ] : https://coveralls.io/r/jshttp/basic-auth?branch=master
66+ [ downloads-image ] : https://img.shields.io/npm/dm/basic-auth.svg?style=flat
67+ [ downloads-url ] : https://npmjs.org/package/basic-auth
You can’t perform that action at this time.
0 commit comments