* [@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/oauth2 v8.3.0](https://github.com/fastify/fastify-oauth2) – OAuth2 authentication plugin for Fastify that manages authorization code flows and token exchange. * [@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.