we-plugin-basic-auth
v1.0.1
Published
We.js basic auth plugin, usefull for block access to systems in development
Downloads
23
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 [email protected] and contributors , under the MIT license.
