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”