0.2.2 • Published 6 years ago
brisk-security v0.2.2
Brisk: Security
An all inclusive security module for Brisk
Features
Dependencies
- Helmet
- Cererus
- Connect-cors
- CSRF
Install
Using npm:
npm install brisk-security
Usage
Customize through the brisk options of your application. Everything lives under the security
group:
{
...
security: {
cerberus: {...},
cors: {...},
csrf: false,
helmet: {...}
}
...
}
...
Credits
Initiated by Makis Tracend
Distributed through Makesites
Released under the MIT license