An atproto PDS written in Go
at v0.5.1 84 B view raw
1package dpop 2 3type Proof struct { 4 JTI string 5 JKT string 6 HTM string 7 HTU string 8}