Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).