A common theme of my projects that involve route/ws authentication uses redis for authorization tokens (so they're revokable). Each token is a [hmset](https://redis.io/commands/HMSET) stored in redis as `token:entropyofcharacters` (customiziable in plugin
Plugin helper for Fastify
Fastify compression utils
Fast and low overhead web framework, for Node.js
Fastify CORS
Serve Swagger/OpenAPI documentation for Fastify, supporting dynamic generation
A module for Fastify to parse x-www-form-urlencoded bodies
Plugin for serving static files as fast as possible.
Serve Swagger-ui for Fastify
Important security headers for Fastify
A low overhead rate limiter for your routes
Plugin for fastify to add support for cookies
A small utility, used by Fastify itself, for generating consistent error objects across your codebase and plugins.
Defaults for Fastify that everyone can agree on
Build and manage the AJV instances for the fastify framework
JWT utils for Fastify
Prometheus metrics exporter for Fastify
basic websocket support for fastify
Multipart plugin for Fastify
Request-scoped storage support, based on Asynchronous Local Storage, with fallback to cls-hooked for older Node versions
Middleware engine for Fastify
A streaming parser for HTML form data for node.js
A Type Provider for Typebox over Fastify
A small utility for creating warnings and emitting them.