From b34e0b55ab337d6e35d2aa1cf778569680e2dadd Mon Sep 17 00:00:00 2001 From: Max Leonard <12069701+maxleonard@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:04:18 +0000 Subject: [PATCH] Update index.bs add missing comma in token body example --- primer/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primer/index.bs b/primer/index.bs index 42d54c7..f78accc 100644 --- a/primer/index.bs +++ b/primer/index.bs @@ -556,7 +556,7 @@ Token Body: { "sub": "https://alice.coolpod.example/profile/card#me", "aud": [ "solid", "https://decentphotos.example/client_id"], - "azp": "https://decentphotos.example/client_id" + "azp": "https://decentphotos.example/client_id", "webid": "https://alice.coolpod.example/profile/card#me", "iss": "https://secureauth.example", "jti": "844a095c-9cdb-47e5-9510-1dba987c0a5f",