Most of the time, but the apps that implement it literally and require a signature for every... single... http request. Makes it impossible to use without auto signing

Reply to this note

Please Login to reply.

Discussion

Yeah. When identity is requisite to make the request, I'm not sure what else can be done? Other than a session I guess.

Create a session token like JWT, easy to work with and only requires a single request. although I'm not sure if that would break NIP-98