"nauth" is the name i gave to a little cli tool i made that generates NIP-98 tokens
Discussion
I was not aware. We both converged on a good name.
I added my nauth doc on Feb 21, though I had been working on it before hand. Anyway, I am using #nauth as the hashtag and nauth: as the bech32 prefix.
https://github.com/trbouma/safebox/commit/56e587441e129244b475749d6dfdd60034bffa61
meh, mine was just a simple one that uses nip-98 HTTP Authorization header, and extends it with an "expiration" tag to turn it into a reusable token
the actual thing is just "Nostr HTTP Auth with Expiration Variant" really.
using nostr signatures to sign documents is a cool idea tho
Cool. I’ll take a closer look to see if I need to make changes/additions to my stuff to honour your work.