mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
Merge branch 'master' into fix-plugins-typo
This commit is contained in:
commit
aa83470f04
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21
|
|||
|
||||
## Default htpasswd
|
||||
|
||||
In order to simplify the setup, `verdaccio` use a built-in plugin based on `htpasswd`.
|
||||
In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd)
|
||||
is used by default. The v2.x version of this package still contains the built-in version of this plugin.
|
||||
|
||||
```yaml
|
||||
auth:
|
||||
|
|
Loading…
Reference in a new issue