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!

1

If you have a fediverse account, you can quote this note from your own instance. Search https://hollo.social/@hongminhee/0196c758-333b-7e44-b91a-df7ca3abefe1 on your instance and quote it. (Note that quoting is not supported in Mastodon.)