Elektrine lite

← Feed

@gabboman@gabboman.xyz

Post #2689221

2026-04-06 18:47 UTC

@fedify@hollo.social @julian@fietkau.social I still cant! but I wonder, any example of a software in node/javascript that uses the new signature standard?

Replies (1)

  • @mradcliffe@nokoto.org 2026-04-18 11:46

    @gabboman@gabboman.xyz I decided to hack on this the past few nights, and came up with an experimental, backwards-compatible implementation that I created a draft pull request for @peertube/http-signature. I tried to follow the library’s coding style of the original as much as possible. The idea of backwards-compatibility is that you can drop this into an existing application and nothing will break. There are deprecation messages that may surface in logs to guide changing from using the function exports to the cavage12Draft export (and the rfc9421 export). I think the next step for anyone would be: manual...

    Open ##2689220