10.5.5 • Published 1 month ago

verdaccio-htpasswd v10.5.5

Weekly downloads
35,741
License
MIT
Repository
github
Last release
1 month ago

CircleCI codecov

Verdaccio Module For User Auth Via Htpasswd

verdaccio-htpasswd is a default authentication plugin for the Verdaccio.

This plugin is being used as dependency after v3.0.0-beta.x. The v2.x still contains this plugin built-in.

Install

As simple as running:

$ npm install -g verdaccio-htpasswd

Configure

auth:
    htpasswd:
        file: ./htpasswd
        # Maximum amount of users allowed to register, defaults to "+infinity".
        # You can set this to -1 to disable registration.
        #max_users: 1000

Logging In

To log in using NPM, run:

    npm adduser --registry  https://your.registry.local

Generate htpasswd username/password combination

If you wish to handle access control using htpasswd file, you can generate username/password combination form here and add it to htpasswd file.

How does it work?

The htpasswd file contains rows corresponding to a pair of username and password separated with a colon character. The password is encrypted using the UNIX system's crypt method and may use MD5 or SHA1.

Plugin Development in Verdaccio

There are many ways to extend Verdaccio, currently it support authentication plugins, middleware plugins (since v2.7.0) and storage plugins since (v3.x).

Useful Links

12.0.0-next-7.13

1 month ago

12.0.0-next-7.12

2 months ago

12.0.0-next-7.11

2 months ago

12.0.0-next-7.10

2 months ago

12.0.0-next-7.9

3 months ago

12.0.0-next-7.8

3 months ago

12.0.0-next-7.7

4 months ago

12.0.0-next.6

4 months ago

12.0.0-next.5

4 months ago

12.0.0-next.4

6 months ago

11.0.0-6-next.46

8 months ago

11.0.0-6-next.45

9 months ago

11.0.0-6-next.44

10 months ago

11.0.0-6-next.43

10 months ago

11.0.0-6-next.42

11 months ago

11.0.0-6-next.41

11 months ago

12.0.0-next.3

7 months ago

12.0.0-next.1

8 months ago

12.0.0-next.2

7 months ago

12.0.0-next.0

8 months ago

11.0.0-6-next.40

12 months ago

11.0.0-6-next.39

12 months ago

10.5.2

1 year ago

10.5.3

1 year ago

10.5.4

1 year ago

10.5.5

1 year ago

10.5.1

1 year ago

11.0.0-6-next.20

2 years ago

11.0.0-6-next.19

2 years ago

11.0.0-6-next.15

2 years ago

11.0.0-6-next.18

2 years ago

11.0.0-6-next.17

2 years ago

11.0.0-6-next.16

2 years ago

10.4.0

2 years ago

11.0.0-6-next.14

2 years ago

10.5.0

2 years ago

10.3.1

2 years ago

11.0.0-6-next.13

2 years ago

11.0.0-6-next.12

2 years ago

10.3.0

2 years ago

10.2.0

2 years ago

11.0.0-6-next.11

2 years ago

10.1.0

2 years ago

10.0.1

2 years ago

11.0.0-6-next.10

3 years ago

11.0.0-6-next.9

3 years ago

11.0.0-6-next.8

3 years ago

11.0.0-6-next.7

3 years ago

11.0.0-alpha.6

3 years ago

10.0.0

3 years ago

9.7.2

4 years ago

9.7.1

4 years ago

9.7.0

4 years ago

9.6.1

4 years ago

9.5.0

4 years ago

9.4.1

4 years ago

10.0.0-next.1

4 years ago

10.0.0-next.0

4 years ago

9.4.0

4 years ago

9.3.2

4 years ago

9.3.1

4 years ago

9.3.0

4 years ago

9.0.0

4 years ago

8.5.2

4 years ago

8.5.1

4 years ago

8.5.0

4 years ago

8.4.2

4 years ago

8.4.0

4 years ago

8.3.0

5 years ago

8.2.0

5 years ago

8.2.0-next.0

5 years ago

8.1.2

5 years ago

8.1.1

5 years ago

8.1.0

5 years ago

8.0.1-next.1

5 years ago

8.0.0

5 years ago

8.0.0-next.4

5 years ago

8.0.0-next.2

5 years ago

8.0.0-next.1

5 years ago

8.0.0-next.0

5 years ago

2.0.0

5 years ago

2.0.0-beta.1

5 years ago

0.2.3

5 years ago

2.0.0-beta.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.0.1

7 years ago