bolt-internal-checks

1.4.0 • Public • Published

bolt-internal-checks

Internal Bolt module used for various types of a validations.

Installation

$ npm install bolt-internal-checks

Use

var check   = require('bolt-internal-checks')
var express = require('express')

var app = express()
app.post('/admin', check.forAdminRight, function(request, response){ response.send("Yayy, I'm an admin")});

Note

This is an internal module and should not be used in 3rd party apps.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.0
    3
    • latest

Version History

Package Sidebar

Install

npm i bolt-internal-checks

Weekly Downloads

2

Version

1.4.0

License

MIT

Last publish

Collaborators

  • chieze-franklin