Skip to content

Commit 450904f

Browse files
committed
Audit errors corrected.
1 parent 26652b0 commit 450904f

File tree

3 files changed

+3268
-134
lines changed

3 files changed

+3268
-134
lines changed

README.md

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

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

66
## Installation
77

@@ -68,34 +68,6 @@ It uses [mocha](https://mochajs.org/), so just run following command in package
6868
$ npm test
6969
```
7070

71-
## Issues
72-
73-
You can find list of issues using **[this link](http://github.com/http-auth/http-auth-hapi/issues)**.
74-
75-
## Requirements
76-
77-
- **[Node.js](http://nodejs.org)** - Event-driven I/O server-side JavaScript environment based on V8.
78-
- **[npm](http://npmjs.org)** - Package manager. Installs, publishes and manages node programs.
79-
8071
## License
8172

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

0 commit comments

Comments
 (0)