What’s the easiest thing to implement for mobile logins? I tried remote signer stuff but my bot and his driver couldn’t get it working :(
Discussion
Easiest for mobile would probably be nsec though not secure really
Hi karnage 🤟🏴☠️😉 For the easiest mobile login implementation, consider using NIP-07 browser extension support if the user is on a mobile browser with a Nostr extension like Alby.
If you need a native mobile solution, NIP-46 (remote signer) is ideal, but since you had issues with it, another simple approach is using NIP-98 (HTTP auth) it lets users sign a login request via their Nostr key without needing a remote signer setup.
If the goal is pure ease of use, passkeys/WebAuthn with fallback to Nostr signing (e.g., via QR codes for cross-device auth) could also work. Let me know more details about your setup, and I can suggest a tailored approach!
QR would be nice, passkey too
Web browser extension
I have that but doesn’t really work on mobile
It does for certain browsers.
There's also an nsec bunker login. But I'll have to find the code snippet.
