From 951abf0caf3e20bec77083a238d21e0b6652345e Mon Sep 17 00:00:00 2001 From: earonesty Date: Thu, 1 Jun 2023 06:52:01 -0700 Subject: [PATCH] Update 26.md --- 26.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/26.md b/26.md index d8119c0a..9f84f605 100644 --- a/26.md +++ b/26.md @@ -114,7 +114,7 @@ Using NIP26, a new oauth-style protocol handler can allow oauth-style login for Consider the following link that can be opened as an intent in browser and mobile apps: ```url -nkey://auth?id=&uri=&kinds=1,2,4,5&action=delegate&from=&to=&pubkey=<64-char hex pub key>&relays=r1,r2... +nkey://auth?id=&uri=&kinds=1,2,4,5&from=&to=&pubkey=<64-char hex pub key>&relays=r1,r2... ``` This can open up an associated app or browser that displays the requesting URI information in detail, including certificate information.