Add basic login

This commit is contained in:
dtonon 2026-03-18 20:41:28 +01:00
parent 42e8e721dc
commit cb67093ce0
5 changed files with 220 additions and 5 deletions

View file

@ -36,5 +36,9 @@
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.1",
"vite": "^8.0.7"
},
"dependencies": {
"@nostr/gadgets": "npm:@jsr/nostr__gadgets@^0.1.8",
"@nostr/tools": "npm:@jsr/nostr__tools@^2.23.3"
}
}