* [@fastify/redis v9.0.0](https://github.com/fastify/fastify-redis) – Fastify plugin that shares a single Redis client instance across the entire server. * [@fastify/rate-limit v11.2.0](https://github.com/fastify/fastify-rate-limit) – Low-overhead rate limiter for routes. * [@fastify/oauth2 v8.3.0](https://github.com/fastify/fastify-oauth2) – OAuth2 authentication plugin for Fastify that manages authorization code flows and token exchange. * [@fastify/auth v5.1.0](https://github.com/fastify/fastify-auth) – Run multiple authentication functions in Fastify routes with configurable logical relations. * [@fastify/http-proxy v11.6.1](https://github.com/fastify/fastify-http-proxy) – Proxies HTTP requests to an upstream server while preserving Fastify hooks. * [@fastify/static v10.1.3](https://github.com/fastify/fastify-static) – Plugin for serving static files with high performance and flexible caching options. * [@fastify/helmet v13.1.1](https://github.com/fastify/fastify-helmet) – Fastify plugin adding security headers using helmet with route-level configuration options. * [@fastify/jwt v10.2.2](https://github.com/fastify/fastify-jwt) – Fastify plugin providing JWT sign, verify, and decode utilities with route authentication support. * [@fastify/multipart v10.1.1](https://github.com/fastify/fastify-multipart) – Fastify plugin for parsing multipart content with support for streams, async iteration, and file size limits. * [@fastify/mongodb v10.0.1](https://github.com/fastify/fastify-mongodb) – Fastify plugin providing shared MongoDB client, db access, and ObjectId helpers. * [@fastify/bearer-auth v10.1.3](https://github.com/fastify/fastify-bearer-auth) – Fastify plugin enforcing Bearer token authorization via an onRequest hook. * [@fastify/caching v9.0.4](https://github.com/fastify/fastify-caching) – Fastify plugin that manages server-side caching and HTTP cache-control headers, including ETag support and configurable cache lifetimes per RFC 2616. * [@fastify/sensible v6.0.5](https://github.com/fastify/fastify-sensible) – Provides common Fastify utilities and default HTTP helpers, including shared error constructors and reply shortcuts. * [Fastify OpenApi Glue v4.11.4](https://github.com/seriousme/fastify-openapi-glue) – Plugin for Fastify that autogenerates configuration from OpenAPI specifications. * [@fastify/csrf-protection v8.0.1](https://github.com/fastify/csrf-protection) – Fastify CSRF protection plugin providing utilities to generate and validate anti-CSRF tokens with support for cookies and sessions. * [@fastify/circuit-breaker v4.0.3](https://github.com/fastify/fastify-circuit-breaker) – Low overhead circuit-breaker plugin for Fastify routes with configurable thresholds, timeouts, and hooks for open-circuit and timeout responses.