@fastify/rate-limit Logo

@fastify/rate-limit

0
Free
Visit Website

A low overhead rate limiter for your routes. This plugin will add an onRequest hook to check if a client (based on their IP address) has made too many requests in the given timeWindow. Usage: Register the plugin and, if required, pass some custom options. Example: ```javascript import Fastify from 'fastify' const fastify = Fastify() await fastify.register(import('@fastify/rate-limit'), { max: 100, timeWindow: '1 minute' }) fastify.get('/', (request, reply) => { reply.send({ hello: 'world' }) }) fastify.listen({ port: 3000 }, err => { if (err) throw err console.log('Server listening at http://localhost:3000') }) ```

FEATURES

ALTERNATIVES

StepSecurity is a platform that enhances GitHub Actions security by providing network egress control, risk discovery, action replacement, and security best practices orchestration.

A tool for dynamic analysis of mobile applications in a controlled environment.

A plugin for viewing, detecting weak configurations, and generating Content Security Policy headers.

Hack with JavaScript XSS'OR tool for encoding/decoding and various XSS related functionalities.

Akamai Client-Side Protection & Compliance is a security tool that monitors and protects against client-side threats on websites, aiding in PCI DSS v4.0 compliance.

A python open source CMS scanner that automates the process of detecting security flaws of the most popular CMSs.

A Windows Kernel driver intentionally vulnerable to help improve skills in kernel-level exploitation.

A tool for brute-forcing GET and POST parameters to discover potential vulnerabilities in web applications.