MyGit

v5.13.0

verdaccio/verdaccio

版本发布时间: 2022-06-17 11:59:48

verdaccio/verdaccio最新发布版本:v6.0.0(2024-09-21 02:06:07)

5.13.0 (2022-06-17)

Features

Enable more algorithms for hasing password only for htpasswd plugin, crypt by default to avoid breaking changes for next major release bcrypt is highly recommended.

auth:
  htpasswd:
    file: ./htpasswd
    # Maximum amount of users allowed to register, defaults to "+inf".
    # You can set this to -1 to disable registration.
    # max_users: 1000
    # Hash algorithm, possible options are: "bcrypt", "md5", "sha1", "crypt".
    algorithm: bcrypt # by default is crypt, but is recommended use bcrypt for new installations
    # Rounds number for "bcrypt", will be ignored for other algorithms.
    rounds: 10

ref https://github.com/verdaccio/monorepo/pull/580

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-06-17发行的版本