WIP Add Nostr auth

This commit is contained in:
2026-04-18 18:36:09 +04:00
parent 2268a607d5
commit f875fc1877
6 changed files with 1110 additions and 3 deletions

View File

@@ -103,8 +103,13 @@
},
"dependencies": {
"@waysidemapping/pinhead": "^15.20.0",
"applesauce-core": "^5.2.0",
"applesauce-factory": "^4.0.0",
"applesauce-relay": "^5.2.0",
"applesauce-signers": "^5.2.0",
"ember-concurrency": "^5.2.0",
"ember-lifeline": "^7.0.0",
"oauth2-pkce": "^2.1.3"
"oauth2-pkce": "^2.1.3",
"rxjs": "^7.8.2"
}
}