GitHub Release Tracker
All JS React Ruby Go Postgres Frontend Node

fastify-plugin

Past 30d, sorted by best first
16 results Markdown version
08/14 8
fastify/@fastify/redis v9.0.0
Fastify plugin that shares a single Redis client instance across the entire server.
JavaScript 229☆ 3419d old #javascript #redis #caching #fastify #fastify-plugin
07/29 8
fastify/@fastify/rate-limit v11.2.0
Low-overhead rate limiter for routes.
JavaScript 600☆ 3091d old #javascript #fastify #rate-limiting #fastify-plugin
08/14 7
fastify/@fastify/oauth2 v8.3.0
OAuth2 authentication plugin for Fastify that manages authorization code flows and token exchange.
JavaScript 317☆ 2988d old #javascript #fastify #fastify-plugin
08/08 7
fastify/@fastify/auth v5.1.0
Run multiple authentication functions in Fastify routes with configurable logical relations.
08/22 6
fastify/@fastify/http-proxy v11.6.1
Proxies HTTP requests to an upstream server while preserving Fastify hooks.
JavaScript 393☆ 3163d old #javascript #proxy #fastify #api-gateway #http-proxy
08/19 6
fastify/@fastify/static v10.1.3
Plugin for serving static files with high performance and flexible caching options.
08/19 6
fastify/@fastify/helmet v13.1.1
Fastify plugin adding security headers using helmet with route-level configuration options.
JavaScript 462☆ 3338d old #javascript #fastify #fastify-plugin
08/14 6
fastify/@fastify/jwt v10.2.2
Fastify plugin providing JWT sign, verify, and decode utilities with route authentication support.
JavaScript 584☆ 3356d old #javascript #fastify #jwt #fastify-plugin
08/14 6
fastify/@fastify/multipart v10.1.1
Fastify plugin for parsing multipart content with support for streams, async iteration, and file size limits.
JavaScript 543☆ 3415d old #javascript #fastify #fastify-plugin
08/09 6
fastify/@fastify/mongodb v10.0.1
Fastify plugin providing shared MongoDB client, db access, and ObjectId helpers.
JavaScript 270☆ 3415d old #javascript #mongodb #database #fastify #fastify-plugin
08/08 6
fastify/@fastify/bearer-auth v10.1.3
Fastify plugin enforcing Bearer token authorization via an onRequest hook.
JavaScript 190☆ 3406d old #javascript #fastify #fastify-plugin
08/08 6
fastify/@fastify/caching v9.0.4
Fastify plugin that manages server-side caching and HTTP cache-control headers, including ETag support and configurable cache lifetimes per RFC 2616.
JavaScript 229☆ 3241d old #javascript #fastify #fastify-plugin
08/08 6
fastify/@fastify/sensible v6.0.5
Provides common Fastify utilities and default HTTP helpers, including shared error constructors and reply shortcuts.
JavaScript 540☆ 3052d old #javascript #http #fastify #utility #fastify-plugin
08/07 6
seriousme/Fastify OpenApi Glue v4.11.4
Plugin for Fastify that autogenerates configuration from OpenAPI specifications.
JavaScript 250☆ 2966d old #javascript #openapi #swagger #fastify #openapi3
08/02 6
fastify/@fastify/csrf-protection v8.0.1
Fastify CSRF protection plugin providing utilities to generate and validate anti-CSRF tokens with support for cookies and sessions.
08/08 5
fastify/@fastify/circuit-breaker v4.0.3
Low overhead circuit-breaker plugin for Fastify routes with configurable thresholds, timeouts, and hooks for open-circuit and timeout responses.