Skip to content

Chieze-Franklin/bolt-internal-checks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published