@hongminhee@hollo.social
Re: https://github.com/TryGhost/ActivityPub/issues/570#issuecomment-2873773122
@julian I believe you can use only its signature generation/verification functions without depending on Fedify's other features right now, e.g.:
import {
createProof, // Create OIP
createSignature, // Create LDS
signRequest, // Create HS
verifyObject, // Verify OIP
verifyRequest, // Verify HS
verifySignature, // Verify LDS
} from "@fedify/fedify/sig";
Also, Fedify is available on npm, and is used with Node.js or Bun!
npmjs.com
@fedify/fedify
An ActivityPub server framework. Latest version: 1.5.2, last published: 2 days ago. Start using @fedify/fedify in your project by running `npm i @fedify/fedify`. There are 3 other projects in the npm registry using @fedify/fedify.
