Skip to content

Commit 8bd40d3

Browse files
committed
Audit errors corrected.
1 parent 7db9c4d commit 8bd40d3

3 files changed

Lines changed: 3357 additions & 74 deletions

File tree

README.md

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# http-auth-connect
2-
[Connect](https://github.com/senchalabs/connect) integration with [http-auth](https://github.com/http-auth/http-auth) module.
2+
[Connect](https://github.com/senchalabs/connect) integration with [http-auth](https://github.com/gevorg/http-auth) module.
33

4-
[![build](https://github.com/http-auth/http-auth-connect/workflows/build/badge.svg)](https://github.com/http-auth/http-auth-connect/actions?query=workflow%3Abuild)
4+
[![build](https://github.com/http-auth/http-auth-connect/workflows/build/badge.svg)](https://github.com/http-auth/http-auth-connect/actions/workflows/build.yml)
55

66
## Installation
77

@@ -58,34 +58,6 @@ It uses [mocha](https://mochajs.org/), so just run following command in package
5858
$ npm test
5959
```
6060

61-
## Issues
62-
63-
You can find list of issues using **[this link](http://github.com/http-auth/http-auth-connect/issues)**.
64-
65-
## Requirements
66-
67-
- **[Node.js](http://nodejs.org)** - Event-driven I/O server-side JavaScript environment based on V8.
68-
- **[npm](http://npmjs.org)** - Package manager. Installs, publishes and manages node programs.
69-
7061
## License
7162

72-
The MIT License (MIT)
73-
74-
Copyright (c) Gevorg Harutyunyan
75-
76-
Permission is hereby granted, free of charge, to any person obtaining a copy of
77-
this software and associated documentation files (the "Software"), to deal in
78-
the Software without restriction, including without limitation the rights to
79-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
80-
the Software, and to permit persons to whom the Software is furnished to do so,
81-
subject to the following conditions:
82-
83-
The above copyright notice and this permission notice shall be included in all
84-
copies or substantial portions of the Software.
85-
86-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
87-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
88-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
89-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
90-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
91-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
63+
The MIT License (MIT)

0 commit comments

Comments
 (0)