diff --git a/README.md b/README.md index 4b05be0..26c40c0 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # http-auth [Node.js](http://nodejs.org/) package for HTTP basic and digest access authentication. -[![build](https://github.com/http-auth/http-auth/workflows/build/badge.svg)](https://github.com/gevorg/http-auth/actions/workflows/build.yml) +[![build](https://github.com/gevorg/http-auth/workflows/build/badge.svg)](https://github.com/gevorg/http-auth/actions/workflows/build.yml) ## Installation Via git (or downloaded tarball): ```bash -$ git clone git://github.com/http-auth/http-auth.git +$ git clone git://github.com/gevorg/http-auth.git ``` Via [npm](http://npmjs.org/): @@ -76,15 +76,15 @@ You can also use [stackoverflow](http://stackoverflow.com/questions/tagged/http- ## Utilities - - **[htpasswd](https://github.com/http-auth/htpasswd/)** - Node.js package for HTTP Basic Authentication password file utility. - - **[htdigest](https://github.com/http-auth/htdigest/)** - Node.js package for HTTP Digest Authentication password file utility. + - **[htpasswd](https://github.com/gevorg/htpasswd/)** - Node.js package for HTTP Basic Authentication password file utility. + - **[htdigest](https://github.com/gevorg/htdigest/)** - Node.js package for HTTP Digest Authentication password file utility. ## Integrations - - **[http-auth-connect](https://github.com/http-auth/http-auth-connect)** - [Connect](https://github.com/senchalabs/connect) integration. - - **[http-auth-passport](https://github.com/http-auth/http-auth-passport)** - [Passport.js](http://www.passportjs.org/) integration. - - **[http-auth-koa](https://github.com/http-auth/http-auth-koa)** - [Koa framework](http://koajs.com/) integration. - - **[http-auth-hapi](https://github.com/http-auth/http-auth-hapi)** - [Hapi framework](https://hapi.dev/) integration. + - **[http-auth-connect](https://github.com/gevorg/http-auth-connect)** - [Connect](https://github.com/senchalabs/connect) integration. + - **[http-auth-passport](https://github.com/gevorg/http-auth-passport)** - [Passport.js](http://www.passportjs.org/) integration. + - **[http-auth-koa](https://github.com/gevorg/http-auth-koa)** - [Koa framework](http://koajs.com/) integration. + - **[http-auth-hapi](https://github.com/gevorg/http-auth-hapi)** - [Hapi framework](https://hapi.dev/) integration. ## License diff --git a/package.json b/package.json index baf5ce9..a9daae4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "http-auth", "description": "Node.js package for HTTP basic and digest access authentication.", - "version": "4.1.5", + "version": "4.1.6", "author": "Gevorg Harutyunyan (http://github.com/gevorg)", "maintainers": [ { @@ -9,21 +9,21 @@ "email": "gevorg.ha@gmail.com" } ], - "homepage": "https://github.com/http-auth/http-auth", + "homepage": "https://github.com/gevorg/http-auth", "repository": { "type": "git", - "url": "http://github.com/http-auth/http-auth.git" + "url": "http://github.com/gevorg/http-auth.git" }, "main": "./src/http-auth.js", "licenses": [ { "type": "MIT", - "url": "http://github.com/http-auth/http-auth/blob/master/LICENSE" + "url": "http://github.com/gevorg/http-auth/blob/master/LICENSE" } ], "license": "MIT", "bugs": { - "url": "http://github.com/http-auth/http-auth/issues" + "url": "http://github.com/gevorg/http-auth/issues" }, "dependencies": { "apache-crypt": "^1.1.2",