From 68c17ce298e32a447b3c0fdc2588b22ef6194257 Mon Sep 17 00:00:00 2001 From: Tri125 Date: Thu, 4 Jan 2024 16:24:17 -0500 Subject: [PATCH] Fixed typo in rich-authorization-requests/index.php --- public/2/rich-authorization-requests/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/2/rich-authorization-requests/index.php b/public/2/rich-authorization-requests/index.php index b3bb1d2..40c5a71 100644 --- a/public/2/rich-authorization-requests/index.php +++ b/public/2/rich-authorization-requests/index.php @@ -18,7 +18,7 @@

datatracker.ietf.org/doc/html/rfc9396

-

The Rich Authorization Requsts extension provides a way for OAuth clients to request fine-grained permissions during an authorization request. For example, an app may specify a request such as "let me make a payment of 45 Euros" or "please give me read access to folder X and write access to folder Y".

+

The Rich Authorization Requests extension provides a way for OAuth clients to request fine-grained permissions during an authorization request. For example, an app may specify a request such as "let me make a payment of 45 Euros" or "please give me read access to folder X and write access to folder Y".

More resources