A callback that maps a WebFinger query to the corresponding actor's
internal identifier or username, or null
if the query is not found.
The context data to pass to the Context.
(context: RequestContext<TContextData>,resource: URL,) =>
A callback that maps a WebFinger query to the corresponding actor's
internal identifier or username, or null
if the query is not found.
The context data to pass to the Context.
(context: RequestContext<TContextData>,resource: URL,) =>
Add Package
deno add jsr:@fedify/fedify
Import symbol
import { type ActorAliasMapper } from "@fedify/fedify/federation";
---- OR ----
Import directly with a jsr specifier
import { type ActorAliasMapper } from "jsr:@fedify/fedify/federation";
Add Package
npx jsr add @fedify/fedify
Import symbol
import { type ActorAliasMapper } from "@fedify/fedify/federation";
Add Package
yarn dlx jsr add @fedify/fedify
Import symbol
import { type ActorAliasMapper } from "@fedify/fedify/federation";
Add Package
pnpm dlx jsr add @fedify/fedify
Import symbol
import { type ActorAliasMapper } from "@fedify/fedify/federation";
Add Package
bunx jsr add @fedify/fedify
Import symbol
import { type ActorAliasMapper } from "@fedify/fedify/federation";