An all inclusive security module for Brisk
npm install brisk-securityAn all inclusive security module for Brisk
* Helmet
* Cererus
* Connect-cors
* CSRF
Using npm:
```
npm install brisk-security
Customize through the brisk options of your application. Everything lives under the `security` group:`
{
...
security: {
cerberus: {...},
cors: {...},
csrf: false,
helmet: {...}
}
...
}
``
...
Initiated by Makis Tracend
Distributed through Makesites
Released under the MIT license