Join Nostr
2026-02-05 13:08:33 UTC
in reply to

pip on Nostr: There is a list for that. It's not a mega vulnerability, but it's a vulnerability ...

There is a list for that.
It's not a mega vulnerability, but it's a vulnerability caused by the fact that blossom auth doesn't allow to scope the token to a particular audience.

Nostr Web Tokens allow that, and are indeed very simple, as they are inspired by JSON Web Token which are commonly used for these type of things.

The new blossom Auth spec (BUD-11) will just add the server tag, which is fine and fixes it. In my own framework I'll just support both.