Skip to content

brisk-modules/security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An all inclusive security module for Brisk

Resources

Stars

Watchers

Forks

Packages

No packages published