Is it possible to connect a nostr wallet to a tauri desktop app?
I’m trying to build a tauri nostr desktop app, but I think I need to do something like discord where they login via nostr on the web and get a callback url like tauri://auth?token=abc
or something but I have no idea how to do this.