Arcjet Next.js SDK reference #469
Replies: 3 comments 11 replies
-
|
I'm getting the following warning in my Vercel build log (NOTE: I've used the NextJS guide on the docs.arcjet.com website): ./node_modules/@arcjet/runtime/index.js Import trace for requested module: =============================== NOTE: That last file in the import trace list is where I put the code for executing the arcjet.protect method. I did a little bit of abstraction to make my middleware code more procedural, but nothing crazy. The code is still very similar to what is in the NextJS guide. |
Beta Was this translation helpful? Give feedback.
-
Just clarifying something:Suppose I have middleware that uses In that case, do the original |
Beta Was this translation helpful? Give feedback.
-
|
I'm implementing rate limiting for a login form and would like to apply two different rules:
This setup is meant to: Prevent brute force attacks from a single IP, Is this multi-rule configuration supported? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Arcjet Next.js SDK reference
Arcjet documentation. Bot detection. Rate limiting. Email validation. Attack protection. Data redaction. A developer-first approach to security.
https://docs.arcjet.com/reference/nextjs/
Beta Was this translation helpful? Give feedback.
All reactions