Update 26.md

This commit is contained in:
earonesty 2023-06-01 06:44:21 -07:00 committed by GitHub
parent f5120c570e
commit d2a878b531
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**=x &kinds=1,2,4,5&from=<epoch>&to=<epoch>&**pubkey**=<64-char hex pub key>&reason=descriptive+text&relays=r1,r2... nkey://auth?id=<uuid>&**uri**=<uri>&kinds=1,2,4,5&action=delegate&from=<epoch>&to=<epoch>&**pubkey**=<64-char hex pub key>&reason=descriptive+text&relays=r1,r2...
``` ```
This can open up an associated app or browser that: This can open up an associated app or browser that: