Update 26.md

This commit is contained in:
earonesty 2023-06-01 06:52:01 -07:00 committed by GitHub
parent a5213e39cc
commit 951abf0caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
26.md
View File

@ -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: Consider the following link that can be opened as an intent in browser and mobile apps:
```url ```url
nkey://auth?id=<uuid>&uri=<uri>&kinds=1,2,4,5&action=delegate&from=<epoch>&to=<epoch>&pubkey=<64-char hex pub key>&relays=r1,r2... nkey://auth?id=<uuid>&uri=<uri>&kinds=1,2,4,5&from=<epoch>&to=<epoch>&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. This can open up an associated app or browser that displays the requesting URI information in detail, including certificate information.