1.0.1 • Published 7 years ago

we-plugin-basic-auth v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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:

Copyright and license:

Copyright Alberto Souza contato@albertosouza.net and contributors , under the MIT license.