Rate limiting?
#3295
Replies: 1 comment
-
You can setup that middleware inside the Express server |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm going to have a few routes in my Remix application that are API-only routes.
Would there be a good way to do rate limiting for these routes, in order to prevent--for example--spam submissions.
I'm using Remix + Express. I just need to figure out a way to leverage something like the
express-brute
package.Beta Was this translation helpful? Give feedback.
All reactions