@motionpicture/express-middleware

Express middlewares for Node.js

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@motionpicture/express-middleware
3.1.02 months ago6 years agoMinified + gzip package size for @motionpicture/express-middleware in KB

Readme

Express middlewares for Node.js
npm (scoped) CircleCI Coverage Status Known Vulnerabilities npm

Table of contents

Usage

npm install @motionpicture/express-middleware

var middlewares = require('@motionpicture/express-middleware');

Environment variables

| Name | Required | Value | Purpose | | ------- | -------- | -------------------- | ------- | | DEBUG | false | express-middleware: | Debug |

Middlewares

| Name | Purpose | | ----------- | --------------------------------------------------------------------- | | cognitoAuth | Add an authentication using Amazon Cognito User Pools. | | rateLimit | Add a rate limiting using Redis Cache as request counting repository. |