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