@motionpicture/express-middleware

Express middlewares for Node.js

Usage no npm install needed!

<script type="module">
  import motionpictureExpressMiddleware from 'https://cdn.skypack.dev/@motionpicture/express-middleware';
</script>

README

Express middlewares for Node.js

npm (scoped) CircleCI Coverage Status Dependency 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
basicAuth Add a basic authentication.
cognitoAuth Add an authentication using Amazon Cognito User Pools.
rateLimit Add a rate limiting using Redis Cache as request counting repository.

License

ISC