Skip to content

Commit b34e0b5

Browse files
authored
Update index.bs
add missing comma in token body example
1 parent 4d58c3c commit b34e0b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

primer/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Token Body:
556556
{
557557
"sub": "https://alice.coolpod.example/profile/card#me",
558558
"aud": [ "solid", "https://decentphotos.example/client_id"],
559-
"azp": "https://decentphotos.example/client_id"
559+
"azp": "https://decentphotos.example/client_id",
560560
"webid": "https://alice.coolpod.example/profile/card#me",
561561
"iss": "https://secureauth.example",
562562
"jti": "844a095c-9cdb-47e5-9510-1dba987c0a5f",

0 commit comments

Comments
 (0)