mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
Merge pull request #721 from dschaller/fix-plugins-typo
Fix spelling of authentication in plugins doc
This commit is contained in:
commit
a937e46fbd
2 changed files with 4 additions and 6 deletions
|
@ -22,7 +22,7 @@ registry=http://localhost:5555/
|
||||||
|
|
||||||
#### Anonymous publish
|
#### Anonymous publish
|
||||||
|
|
||||||
`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages acces](packages.md).
|
`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages access](packages.md).
|
||||||
|
|
||||||
Eg:
|
Eg:
|
||||||
|
|
||||||
|
@ -37,10 +37,8 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21
|
||||||
|
|
||||||
## Default htpasswd
|
## Default htpasswd
|
||||||
|
|
||||||
In order to simplify the setup, `verdaccio` use a 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)
|
||||||
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.
|
||||||
is used by default. The v2.x version of this package still contains the
|
|
||||||
built-in version of this plugin.
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
auth:
|
auth:
|
||||||
|
|
|
@ -3,7 +3,7 @@ id: plugins
|
||||||
title: "Plugins"
|
title: "Plugins"
|
||||||
---
|
---
|
||||||
|
|
||||||
Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentifications methods, adding
|
Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentication methods, adding
|
||||||
endpoints or using a custom storage.
|
endpoints or using a custom storage.
|
||||||
|
|
||||||
> If you are interested to develop your own plugin, read the [development](development.md) section.
|
> If you are interested to develop your own plugin, read the [development](development.md) section.
|
||||||
|
|
Loading…
Add table
Reference in a new issue