|
1 | 1 | # 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. |
3 | 3 |
|
4 | | -[](https://github.com/http-auth/http-auth-hapi/actions?query=workflow%3Abuild) |
| 4 | +[](https://github.com/http-auth/http-auth-hapi/actions/workflows/build.yml) |
5 | 5 |
|
6 | 6 | ## Installation |
7 | 7 |
|
@@ -68,34 +68,6 @@ It uses [mocha](https://mochajs.org/), so just run following command in package |
68 | 68 | $ npm test |
69 | 69 | ``` |
70 | 70 |
|
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 | | - |
80 | 71 | ## License |
81 | 72 |
|
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