No, it uses a nostr signature exchange for jwt. Did u see the new kind filters?

Reply to this note

Please Login to reply.

Discussion

What do you mean by nostr signature exchangef for jwt?

Client makes an API call to get a one time use auth string. It asks for nip07 to sign an event with this string in the content. It verifies the event is valid for the user, then gives them a persistent session with a jwt cookie.

Yes, I see the kind filters. However, I need read write segregation per kind.

Right, still can't filter reads. But you can allow kind 4 while the rest of the kinds are controlled by a pubkey list.