https://github.com/wizardpisces/verdaccio-auth-username
verdaccio auth username list plugin
https://github.com/wizardpisces/verdaccio-auth-username
Last synced: 2 months ago
JSON representation
verdaccio auth username list plugin
- Host: GitHub
- URL: https://github.com/wizardpisces/verdaccio-auth-username
- Owner: wizardpisces
- Created: 2019-06-14T04:02:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T04:12:39.000Z (almost 6 years ago)
- Last Synced: 2025-02-15T09:04:27.020Z (2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
verdaccio auth plugin for user list authentication
## Install
```
npm install -g verdaccio-auth-username```
## usage
```
auth:
auth-username:
username: wizardpisces tom
fullMatch: 1 # 0 matches partial names, 1 partial match full names
```