Re: Re: any example of a software in node/javascript that uses the new signature standard
2026-05-18 22:14 UTC
When last I left off, I made a pull request to peertube/http-signature library try to help the JavaScript ecosystem reach RFC 9421 parity while being backwards-compatible with cavage-12 draft implementations. There has not been any traction on this yet. Maybe because PeerTube has abandoned its own use of the library.
So our current ecosystem state is the following:
PeerTube uses misskey-dev/node-http-message-signatures library and owns the defacto unmaintained peertube/http-signature library.Misskey and the rest of the ‘keyverse use peertube/http-signature library and Misskey owns the defacto...
Replies (2)
-
@silverpill@mitra.social 2026-05-19 11:02
@mradcliffe@nokoto.org Does your instance support RFC-9421 verification?
-
@mradcliffe@nokoto.org 2026-05-18 22:57
I did a quick experiment, and I think there are too many differences to make this an easy swap out library. It would take a lot of refactoring in wafrn to make use of fedify’s library, for instance.