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