go-fed / activity

ActivityStreams & ActivityPub in golang, oh my!
BSD 3-Clause "New" or "Revised" License
711 stars 111 forks source link

Add the `publicKey` property to the default `Actor`. #115

Closed qwazix closed 5 years ago

qwazix commented 5 years ago

Adding the publicKey property to the Actor would help avoid having to extend the Actor to support http signatures.

cjslep commented 5 years ago

I had to create/auto-generate a faux ActivityPub type called PublicKey in 9b139af4089daa99e62b8214d4907b2cb7291ff7 -- hopefully this is way more helpful. Please reopen if not.