this post was submitted on 11 Jul 2025
0 points (NaN% liked)

ActivityPub

0 readers
2 users here now

Focused discussion related to ActivityPub integration in NodeBB


This is a forum category containing topical discussion. You can start new discussions by mentioning this category.

founded 5 months ago
 

I've been toying with the idea of using OAuth2/OpenID and the C2S API to have a service act on behalf of another instance (e.g. act on Lemmy, post as Mastodon account)

But now I'm wondering whether that kind of complexity is needed... one could theoretically register a public key to the instance it is acting on behalf of, and simply sign activities using the ID of the other server... Second server would need only update the actor with the new public key for verification purposes...

you are viewing a single comment's thread
view the rest of the comments
[โ€“] evan@cosocial.ca 1 points 5 days ago (1 children)

@julian @pfefferle onepage.pub uses it, the ap command-line tool uses the FEP. The new checkin tool I'm working on uses it. It'd be great to see more implementations.

evan@cosocial.ca that's cool, so hopefully I'll have something to test against besides another NodeBB server ๐Ÿ˜