Elektrine lite

← Feed

@mariusor@metalhead.club

Post #4207133

2026-07-29 18:08 UTC

@julian for the implementors of Go ActivityPub applications that need RFC9421 signatures, it's important to note that it's not FedBOX that provides the functionality, but two modules in the GoActivityPub library: * the **client** module[1] wraps the signing of activities. * the **auth** module[2] wraps the verification functionality. Also for lower level use, there's the underlying module being wrapped by GoActivityPub: dadrus/httpsig [3] [1] https://github.com/go-ap/client [2] https://github.com/go-ap/auth [3] https://github.com/dadrus/httpsig Fed@hongminhee@hollo.social

Replies (1)

  • @julian@activitypub.space 2026-07-29 18:33

    @mariusor@metalhead.club makes sense. It seems like even for some frameworks, depending on libraries for trickier bits is a better idea in the long run.

    Open ##4207808