upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreenart7c3 <115044884+greenart7c3@users.noreply.github.com>2025-02-28 20:55:35 -0300
committerGitHub <noreply@github.com>2025-02-28 15:55:35 -0800
commit84c3d14afa4dcea609452a0ae1e359dbdef6bc6d (patch)
tree92ce5109c6b38bc234ce792aaa641ae812dcdad7
parenta3cd55fb332fcde424e8895b10e0ce02834efcb7 (diff)
[NIP-55] Add a warning message when using web intents (#1457)
Co-authored-by: dluvian <133484344+dluvian@users.noreply.github.com>
-rw-r--r--55.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/55.md b/55.md
index 4adc6b7..6d2b92a 100644
--- a/55.md
+++ b/55.md
@@ -484,6 +484,8 @@ If the user chose to always reject the event, signer application will return the
484 484
485# Usage for Web Applications 485# Usage for Web Applications
486 486
487You should consider using [NIP-46: Nostr Connect](46.md) for a better experience for web applications. When using this approach, the web app can't call the signer in the background, so the user will see a popup for every event you try to sign.
488
487Since web applications can't receive a result from the intent, you should add a modal to paste the signature or the event json or create a callback url. 489Since web applications can't receive a result from the intent, you should add a modal to paste the signature or the event json or create a callback url.
488 490
489If you send the callback url parameter, Signer Application will send the result to the url. 491If you send the callback url parameter, Signer Application will send the result to the url.