Update 26.md

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

4
26.md
View File

@ -136,7 +136,11 @@ Care must be taken to let the user know the full scope requested, the ability of
} }
``` ```
-On rejection, POSTs a "rejection" to the **uri** -On rejection, POSTs a "rejection" to the **uri**
```js
{ {
id:"<request-id>", id:"<request-id>",
status:"denied", status:"denied",
} }
```
This should help alleviate the need for apps to ask users to paste in NSECs. Instead a single app can be used, such as alby, etc.