Add unsafe raw-nsec login fallback

Collapsed-by-default 'paste an nsec (unsafe)' option on the login screen,
signs the NIP-98 login event client-side with nostr-tools and never
persists the key (used once in memory, discarded) — for testing/kiosk
use without a NIP-07 extension. Clearly labeled as unsafe in the UI.
This commit is contained in:
2026-08-05 13:56:50 +00:00
parent 0bf9b8997c
commit cd3d82d1c1
5 changed files with 216 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
},
"dependencies": {
"leaflet": "^1.9.4",
"nostr-tools": "^2.24.1",
"pinia": "^3.0.0",
"vue": "^3.5.0"
},