diff --git a/archive.json b/archive.json index 4c99036..11b6c58 100644 --- a/archive.json +++ b/archive.json @@ -1,6 +1,6 @@ { "magic": "E!vIA5L86J2I", - "timestamp": "2023-07-13T01:21:05.664631+00:00", + "timestamp": "2023-07-16T01:27:50.964312+00:00", "repo": "vcstuff/draft-looker-oauth-jwt-cwt-status-list", "labels": [ { @@ -895,6 +895,30 @@ "updatedAt": "2023-07-11T19:34:19Z", "closedAt": null, "comments": [] + }, + { + "number": 42, + "id": "I_kwDOJZ2aqs5rkrR_", + "title": "Encode StatusList as JSON Serialisation instead of Compact Serialisation", + "url": "https://github.com/vcstuff/draft-looker-oauth-jwt-cwt-status-list/issues/42", + "state": "OPEN", + "author": "paulbastian", + "authorAssociation": "CONTRIBUTOR", + "assignees": [], + "labels": [], + "body": "binary status list data is base64url-encoded for JSON.\r\nJWT then base64url-encodes this data again as part of encoding the body/payload.\r\nEncoding with JWS Compact-Serialisation avoids this and only base64url-encodes the binary status list data once", + "createdAt": "2023-07-14T12:12:57Z", + "updatedAt": "2023-07-14T15:06:31Z", + "closedAt": null, + "comments": [ + { + "author": "paulbastian", + "authorAssociation": "CONTRIBUTOR", + "body": "transmitting the statusListToken over HTTP with gzip wins much of this overhead back, so the difference isn't as huge", + "createdAt": "2023-07-14T15:06:31Z", + "updatedAt": "2023-07-14T15:06:31Z" + } + ] } ], "pulls": [ @@ -2610,6 +2634,32 @@ "comments": [] } ] + }, + { + "number": 43, + "id": "PR_kwDOJZ2aqs5Vg_6s", + "title": "reorder sections on Referenced Token and Status List Token", + "url": "https://github.com/vcstuff/draft-looker-oauth-jwt-cwt-status-list/pull/43", + "state": "OPEN", + "author": "paulbastian", + "authorAssociation": "CONTRIBUTOR", + "assignees": [], + "labels": [], + "body": "\r\nCloses #19 \r\n\r\n## \ud83d\udcd1 Description\r\nreorder section on Referenced Token and Status List Token\r\n\r\n\r\n\r\n## Preview Link\r\n\r\n\r\n\r\n\r\n[click here for rendered preview of PR](https://github.com///.html)", + "createdAt": "2023-07-14T12:28:02Z", + "updatedAt": "2023-07-14T12:28:03Z", + "baseRepository": "vcstuff/draft-looker-oauth-jwt-cwt-status-list", + "baseRefName": "main", + "baseRefOid": "4210fba10aa1ce801668e3097b5c301d292e1f8b", + "headRepository": "vcstuff/draft-looker-oauth-jwt-cwt-status-list", + "headRefName": "reorder", + "headRefOid": "910a9a815b1a51892835ea0c9da10abf894a9983", + "closedAt": null, + "mergedAt": null, + "mergedBy": null, + "mergeCommit": null, + "comments": [], + "reviews": [] } ] } \ No newline at end of file