Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wejs/we-plugin-basic-auth
We.js basic auth plugin
https://github.com/wejs/we-plugin-basic-auth
Last synced: about 1 month ago
JSON representation
We.js basic auth plugin
- Host: GitHub
- URL: https://github.com/wejs/we-plugin-basic-auth
- Owner: wejs
- Created: 2017-10-14T18:49:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-14T18:57:51.000Z (about 7 years ago)
- Last Synced: 2024-11-14T14:43:58.458Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# We.js basic auth plugin (we-plugin-basic-auth)
We.js basic auth plugin, usefull for block access to systems in development
## Configuration:
Inside one configuration file (/config/):
```
// ...
basicAuth: {
name: null, // username
pass: null // password
},
// ...
```Set basicAuth config to null or false to disabe this plugin.
## Links:
* We.js site: http://wejs.org
## Copyright and license:
Copyright Alberto Souza and contributors , under [the MIT license](https://github.com/wejs/we-core/blob/master/LICENSE.md).