activitypub: implement the ReqSignature middleware

Signed-off-by: Loïc Dachary <loic@dachary.org>
This commit is contained in:
Loïc Dachary
2022-03-18 17:34:09 -05:00
committed by Anthony Wang
parent 15c1f6218c
commit 97fedf2616
8 changed files with 293 additions and 62 deletions
+1
View File
@@ -4,6 +4,7 @@
package structs
// ActivityPub type
type ActivityPub struct {
Context string `json:"@context"`
}