文件名称:sinopia-htpasswd:支持 htpasswd 格式的 sinopia 认证插件
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-25 14:13:16
JavaScript
安装 $ npm install sinopia $ npm install sinopia-htpasswd PS:其实这个模块是sinopia自带的,不用你这样安装。 但是对于其他身份验证插件,您必须这样做。 配置 添加到您的config.yaml : 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 密码文件格式 密码存储在htpasswd文件中,它旨在与 Nginx 兼容。 我们在 linux 中使用标准密码散列(与/etc/shadow ,在大多数现
【文件预览】:
sinopia-htpasswd-master
----utils.js(3KB)
----.travis.yml(154B)
----README.md(2KB)
----.editorconfig(146B)
----tests()
--------acceptance.js(3KB)
--------htpasswd.js(2KB)
----.gitignore(34B)
----index.js(4KB)
----package.json(886B)