It's not final yet, I'm still figuring out how to authenticate users and all that stuff to make sure the group actor retains access control.
Top-level
It's not final yet, I'm still figuring out how to authenticate users and all that stuff to make sure the group actor retains access control. 3 comments
Alex Gleason, this is what the token looks like. I'll be sending it as |
I made the group actor like a relay, and the thing I couldn’t figure out was how to Announce private posts.
Since the original post is wrapped in an Announce, HTTP Signature headers don’t work, and since it’s private it can’t be refetched. So there’s no way for the remote server to verify it. 🤔