Skip to main content

Built and signed on GitHub Actions

Works with
This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
JSR Score94%
License
MIT
Downloads28/wk
Published22 hours ago (2.3.8)

Integrate Fedify with Fastify

Interfaces

I

Plugin options for Fedify integration.

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

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fedify/fastify

Import symbol

import * as mod from "@fedify/fastify";
or

Import directly with a jsr specifier

import * as mod from "jsr:@fedify/fastify@^2.3.8";