Skip to content

Commit ebe3d7e

Browse files
committed
Merge pull request #84 from meschbach/gh-pages-nonce
Updating scope docs to note the value will be URI encoded
2 parents 6c46045 + 60e70ad commit ebe3d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ <h2>Add the oauth-ng directive</h2>
298298
<span>scope</span>
299299
</td>
300300
<td>
301-
Application privileges.
301+
Application privileges to be requested from the authorization server. The value should be in plain text and will be properly URI encoded for authorization.
302302
</td>
303303
</tr>
304304
</tbody>
@@ -417,7 +417,7 @@ <h1 id="configurations">Configurations</h1>
417417
<span class="info">optional</span>
418418
</td>
419419
<td>
420-
Application privileges.
420+
Application privileges to be requested from the authorization server. The value should be in plain text and will be properly URI encoded for authorization.
421421
</td>
422422
</tr>
423423
<tr>

0 commit comments

Comments
 (0)