Skip to content

Commit

Permalink
Script updating archive at 2023-07-16T01:27:53Z. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Jul 16, 2023
1 parent 2eb4356 commit dcc2eff
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion archive.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": "<!-- If this pull request closes an issue, please mention the issue number below -->\r\nCloses #19 \r\n\r\n## \ud83d\udcd1 Description\r\nreorder section on Referenced Token and Status List Token\r\n\r\n<!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax\r\n- [ ] Not Completed\r\n- [x] Completed\r\n-->\r\n\r\n## Preview Link\r\n\r\n<!-- Update the link below to provide reviewers with a convenient link to view a rendered version of the PR-->\r\n<!-- In general the link should be of the form https://github.com/<repo-name>/<branch-name>/<draft-name>.html-->\r\n\r\n[click here for rendered preview of PR](https://github.com/<repo-name>/<branch-name>/<draft-name>.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": []
}
]
}

0 comments on commit dcc2eff

Please sign in to comment.