|
1 | 1 | # http-auth-passport
|
2 |
| -[Passport.js](http://www.passportjs.org/) integration with [http-auth](https://github.com/http-auth/http-auth) module. |
| 2 | +[Passport.js](http://www.passportjs.org/) integration with [http-auth](https://github.com/gevorg/http-auth) module. |
3 | 3 |
|
4 |
| -[](https://github.com/http-auth/http-auth-passport/actions?query=workflow%3Abuild) |
| 4 | +[](https://github.com/http-auth/http-auth-passport/actions/workflows/build.yml) |
5 | 5 |
|
6 | 6 | ## Installation
|
7 | 7 |
|
@@ -57,34 +57,6 @@ It uses [mocha](https://mochajs.org/), so just run following command in package
|
57 | 57 | $ npm test
|
58 | 58 | ```
|
59 | 59 |
|
60 |
| -## Issues |
61 |
| - |
62 |
| -You can find list of issues using **[this link](http://github.com/http-auth/http-auth-passport/issues)**. |
63 |
| - |
64 |
| -## Requirements |
65 |
| - |
66 |
| - - **[Node.js](http://nodejs.org)** - Event-driven I/O server-side JavaScript environment based on V8. |
67 |
| - - **[npm](http://npmjs.org)** - Package manager. Installs, publishes and manages node programs. |
68 |
| - |
69 | 60 | ## License
|
70 | 61 |
|
71 |
| -The MIT License (MIT) |
72 |
| - |
73 |
| -Copyright (c) Gevorg Harutyunyan |
74 |
| - |
75 |
| -Permission is hereby granted, free of charge, to any person obtaining a copy of |
76 |
| -this software and associated documentation files (the "Software"), to deal in |
77 |
| -the Software without restriction, including without limitation the rights to |
78 |
| -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
79 |
| -the Software, and to permit persons to whom the Software is furnished to do so, |
80 |
| -subject to the following conditions: |
81 |
| - |
82 |
| -The above copyright notice and this permission notice shall be included in all |
83 |
| -copies or substantial portions of the Software. |
84 |
| - |
85 |
| -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
86 |
| -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
87 |
| -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
88 |
| -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
89 |
| -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
90 |
| -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 62 | +The MIT License (MIT) |
0 commit comments