You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
303 B
5 lines
303 B
// 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
|
|
|