|
1 | 1 | # http-auth
|
2 | 2 | [Node.js](http://nodejs.org/) package for HTTP basic and digest access authentication.
|
3 | 3 |
|
4 |
| -[](https://github.com/gevorg/http-auth/actions/workflows/build.yml) |
| 4 | +[](https://github.com/gevorg/http-auth/actions/workflows/build.yml) |
5 | 5 |
|
6 | 6 | ## Installation
|
7 | 7 |
|
8 | 8 | Via git (or downloaded tarball):
|
9 | 9 |
|
10 | 10 | ```bash
|
11 |
| -$ git clone git://github.com/http-auth/http-auth.git |
| 11 | +$ git clone git://github.com/gevorg/http-auth.git |
12 | 12 | ```
|
13 | 13 | Via [npm](http://npmjs.org/):
|
14 | 14 |
|
@@ -76,15 +76,15 @@ You can also use [stackoverflow](http://stackoverflow.com/questions/tagged/http-
|
76 | 76 |
|
77 | 77 | ## Utilities
|
78 | 78 |
|
79 |
| - - **[htpasswd](https://github.com/http-auth/htpasswd/)** - Node.js package for HTTP Basic Authentication password file utility. |
80 |
| - - **[htdigest](https://github.com/http-auth/htdigest/)** - Node.js package for HTTP Digest Authentication password file utility. |
| 79 | + - **[htpasswd](https://github.com/gevorg/htpasswd/)** - Node.js package for HTTP Basic Authentication password file utility. |
| 80 | + - **[htdigest](https://github.com/gevorg/htdigest/)** - Node.js package for HTTP Digest Authentication password file utility. |
81 | 81 |
|
82 | 82 | ## Integrations
|
83 | 83 |
|
84 |
| - - **[http-auth-connect](https://github.com/http-auth/http-auth-connect)** - [Connect](https://github.com/senchalabs/connect) integration. |
85 |
| - - **[http-auth-passport](https://github.com/http-auth/http-auth-passport)** - [Passport.js](http://www.passportjs.org/) integration. |
86 |
| - - **[http-auth-koa](https://github.com/http-auth/http-auth-koa)** - [Koa framework](http://koajs.com/) integration. |
87 |
| - - **[http-auth-hapi](https://github.com/http-auth/http-auth-hapi)** - [Hapi framework](https://hapi.dev/) integration. |
| 84 | + - **[http-auth-connect](https://github.com/gevorg/http-auth-connect)** - [Connect](https://github.com/senchalabs/connect) integration. |
| 85 | + - **[http-auth-passport](https://github.com/gevorg/http-auth-passport)** - [Passport.js](http://www.passportjs.org/) integration. |
| 86 | + - **[http-auth-koa](https://github.com/gevorg/http-auth-koa)** - [Koa framework](http://koajs.com/) integration. |
| 87 | + - **[http-auth-hapi](https://github.com/gevorg/http-auth-hapi)** - [Hapi framework](https://hapi.dev/) integration. |
88 | 88 |
|
89 | 89 | ## License
|
90 | 90 |
|
|
0 commit comments