0.2.2 • Published 5 years ago

brisk-security v0.2.2

Weekly downloads
14
License
-
Repository
github
Last release
5 years ago

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