Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
fedify-dev/fedifyWorks with
•JSR Score94%•This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun



License
•MIT
Downloads28/wk
•Published22 hours ago (2.3.8)
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