Javascript – how to rate limit next.js server actions?
I am using server actions in next.js as per the documentation on Server Actions Everything is working well, but now I am looking to rate limit the server action, in order to prevent spam or attacks. I know how to…