latest
fedify-dev/fedifyWorks with
•JSR Score88%•This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun



License
•MIT
Downloads10/wk
•Publisheda week ago (2.3.4)
Integrate Fedify with Fastify
Interfaces
I
Plugin options for Fedify integration.
- contextDataFactory: ContextDataFactory<TContextData>No documentation available
- errorHandlers: Partial<ErrorHandlers>No documentation available
- federation: Federation<TContextData>No documentation available
Type Aliases
T
ContextDataFactory<TContextData> = (request: FastifyRequest) => TContextData | Promise<TContextData>
A factory function that creates context data for the Federation instance.
Variables
v
default: FastifyPluginAsync<FedifyPluginOptions<unknown>>
No documentation available
v
fedifyPlugin: FastifyPluginAsync<FedifyPluginOptions<unknown>>
No documentation available