Skip to main content
This release is 20 versions behind 1.4.0 — the latest version of @fedify/fedify. Jump to latest

Built and signed on GitHub Actions

An ActivityPub/fediverse server framework

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
94%
Published
3 months ago (1.2.0)
property VerifyRequestOptions.timeWindow

The time window to allow for the request date. The actual time window is twice the value of this option, with the current time as the center. Or if it is false, no time check is performed.

An hour by default.

Type

Add Package

deno add jsr:@fedify/fedify

Import symbol

import { type VerifyRequestOptions } from "@fedify/fedify/sig";

---- OR ----

Import directly with a jsr specifier

import { type VerifyRequestOptions } from "jsr:@fedify/fedify/sig";

Add Package

npx jsr add @fedify/fedify

Import symbol

import { type VerifyRequestOptions } from "@fedify/fedify/sig";

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

import { type VerifyRequestOptions } from "@fedify/fedify/sig";

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

import { type VerifyRequestOptions } from "@fedify/fedify/sig";

Add Package

bunx jsr add @fedify/fedify

Import symbol

import { type VerifyRequestOptions } from "@fedify/fedify/sig";