Back to Plugins

Rate limit

A simple rate-limit middleware for Medusa


Installation

npm install @perseidesjs/medusa-plugin-rate-limit

Configuration

Add the plugin to your medusa-config.js:

module.exports = {
  plugins: [
    {
      resolve: "@perseidesjs/medusa-plugin-rate-limit",
      options: {
        // Plugin options here
      },
    },
  ],
};

Implement application-wide rate limiting middleware for your Medusa store.

Documentation

Access the documentation for the package, by clicking “here”


Explore More Medusa Plugins

Find more powerful plugins and integrations to enhance your Medusa store. Browse our collection of community-driven solutions.

Free & Open Source
Community Driven
Easy Integration