From efb8b640e708299ee30c528a23b20ba894949407 Mon Sep 17 00:00:00 2001 From: Rahul Gupta Date: Sun, 11 May 2025 10:11:08 +0530 Subject: [PATCH] fix: Repeat reference to Solid Notifications Protocol in a sentence Fixes repeat reference to Solid Notifications Protocol in the discussion about Authentication and Authorization in the same sentence in the Protocol section. --- protocol.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.html b/protocol.html index 42753c1..25dd895 100644 --- a/protocol.html +++ b/protocol.html @@ -614,7 +614,7 @@

Protocol

This specification uses JSON-LD [JSON-LD11] as the preferred data format, and https://www.w3.org/ns/solid/notifications-context/v1 as a URI for the JSON-LD context and as a value of the profile parameter used for content negotiation.

-

This specification does not require a specific authentication and authorization mechanism to be used with the Solid Notification Protocol. Implementations are encouraged to use existing approaches, such as those described in the Solid Protocol sections on Authentication and Authorization [SOLID-PROTOCOL].

+

This specification does not require the use of a specific authentication and authorization mechanism. Implementations are encouraged to use existing approaches, such as those described in the Solid Protocol sections on Authentication and Authorization [SOLID-PROTOCOL].

Discovery