1
0
Fork 0
forked from forgejo/forgejo

activitypub: implement the ReqSignature middleware

Signed-off-by: Loïc Dachary <loic@dachary.org>
This commit is contained in:
Loïc Dachary 2021-11-10 13:35:02 +01:00 committed by Anthony Wang
parent 15c1f6218c
commit 97fedf2616
No known key found for this signature in database
GPG key ID: BC96B00AEC5F2D76
8 changed files with 293 additions and 62 deletions

View file

@ -4,6 +4,7 @@
package structs
// ActivityPub type
type ActivityPub struct {
Context string `json:"@context"`
}