A fork of the Cocoon PDS but being made more distributed.
0

Configure Feed

Select the types of activity you want to include in your feed.

1package client 2 3import "github.com/lestrrat-go/jwx/v2/jwk" 4 5type Client struct { 6 Metadata *Metadata 7 JWKS jwk.Key 8}