Middleware to return 403 (Forbidden) on the specified HTTP method.
npm i forbidden --save
Usage
const forbidden = const router = router // DELETE /path 403 (Forbidden)
Contributing
I'd love for you to contribute and make forbidden even better than it is today!
Getting started
git clone https://github.com/Zertz/forbidden.git
npm install
npm test
Guidelines
- Standard style
- Use ES2015 features when appropriate