feat: webfinger auth delegation. add webfinger-cli

This commit is contained in:
Jon Lundy
2023-01-15 17:00:25 -07:00
parent 2fb3fae61f
commit 7d78cfb10a
16 changed files with 759 additions and 56 deletions

View File

@@ -15,7 +15,9 @@ import (
)
var _ = apps.Register(20, func(ctx context.Context, svc *service.Harness) error {
s := &http.Server{}
s := &http.Server{
}
svc.Add(s)
mux := mux.New()