doc.go raw

   1  // Package httpauth provides helpers and encoders for nostr NIP-98 HTTP
   2  // authentication header messages and a new JWT authentication message and
   3  // delegation event kind 13004 that enables time limited expiring delegations of
   4  // authentication (as with NIP-42 auth) for the HTTP API.
   5  package httpauth
   6