{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":221046577,"defaultBranch":"main","name":"oidc","ownerLogin":"pardot","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-11-11T18:42:20.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/571592?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1711017615.0","currentOid":""},"activityList":{"items":[{"before":"9babf558b459fd663f14fb47963a83c11df23664","after":null,"ref":"refs/heads/lstoll-ignore-callback-options","pushedAt":"2024-03-21T10:39:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lstoll-sfdc","name":"Lincoln Stoll","path":"/lstoll-sfdc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93216114?s=80&v=4"}},{"before":"72bf1cc6f4f190283bd6364625dae2d70a170b98","after":"c982e423a16d4ed75d19a38dd75068ece0302de8","ref":"refs/heads/main","pushedAt":"2024-03-21T10:39:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lstoll-sfdc","name":"Lincoln Stoll","path":"/lstoll-sfdc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93216114?s=80&v=4"},"commit":{"message":"clitoken: Callback accepts GET only (#53)\n\nWe've started seeing cases where an OPTIONS request (for CORS) is being made,\r\nwhich triggers the \"multiple callback\" error. This doesn't break anything, but\r\nit is annoying.\r\n\r\nMake the callback handler handle GET method only. At some point we should\r\nprobably add a CORS handler too.\r\n\r\nMove mod to 1.22 for the new Mux pattern used, and update other deps while\r\nhere.","shortMessageHtmlLink":"clitoken: Callback accepts GET only (#53)"}},{"before":null,"after":"9babf558b459fd663f14fb47963a83c11df23664","ref":"refs/heads/lstoll-ignore-callback-options","pushedAt":"2024-03-21T10:05:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lstoll-sfdc","name":"Lincoln Stoll","path":"/lstoll-sfdc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93216114?s=80&v=4"},"commit":{"message":"clitoken: Callback accepts GET only\n\nWe've started seeing cases where an OPTIONS request (for CORS) is being made,\nwhich triggers the \"multiple callback\" error. This doesn't break anything, but\nit is annoying.\n\nMake the callback handler handle GET method only. At some point we should\nprobably add a CORS handler too.\n\nMove mod to 1.22 for the new Mux pattern used, and update other deps while\nhere.","shortMessageHtmlLink":"clitoken: Callback accepts GET only"}},{"before":"72bf1cc6f4f190283bd6364625dae2d70a170b98","after":null,"ref":"refs/heads/master","pushedAt":"2023-12-11T16:30:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lstoll-sfdc","name":"Lincoln Stoll","path":"/lstoll-sfdc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93216114?s=80&v=4"}},{"before":null,"after":"72bf1cc6f4f190283bd6364625dae2d70a170b98","ref":"refs/heads/main","pushedAt":"2023-12-11T16:30:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lstoll-sfdc","name":"Lincoln Stoll","path":"/lstoll-sfdc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93216114?s=80&v=4"},"commit":{"message":"Update dependencies (#52)\n\n* Update module to go 1.21, go-jose to v3\r\n\r\n* Always need a valid code now, so default to internal service error\r\n\r\n* Remove old proto storage, massage generation, promote proto to v1\r\n\r\nRemove the old protobuf based storage, it's not been used for a while so it can\r\ngo to clean stuff up. Now only the versioned JSON is supported.\r\n\r\nUpdate the proto build to use tools.go/shimmed local script, to make sure we\r\ngenerate code with the expected version. This updates us to the latest\r\nold-style proto package.\r\n\r\nPromote the persisted types to v1. We don't use Any anywhere, so the package\r\nname isn't a problem.\r\n\r\n* Update to new protobuf package\r\n\r\n* Update all modules, use built-in homedir func\r\n\r\n* Correct lint/deprecation issues\r\n\r\n* Switch to revive\r\n\r\n* use built-in cache dir for default\r\n\r\nrather than cluttering up HOME\r\n\r\n* Update CI to always use latest stable go\r\n\r\n* Use lint action","shortMessageHtmlLink":"Update dependencies (#52)"}},{"before":"c8ecc4ac46c2452e788320dfe21f40658e5b6872","after":null,"ref":"refs/heads/lstoll-update","pushedAt":"2023-12-11T16:29:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lstoll-sfdc","name":"Lincoln Stoll","path":"/lstoll-sfdc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93216114?s=80&v=4"}},{"before":"d3cbcb7ae03a2a2ef332494a215480ed3c50ff30","after":"72bf1cc6f4f190283bd6364625dae2d70a170b98","ref":"refs/heads/master","pushedAt":"2023-12-11T16:29:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lstoll-sfdc","name":"Lincoln Stoll","path":"/lstoll-sfdc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93216114?s=80&v=4"},"commit":{"message":"Update dependencies (#52)\n\n* Update module to go 1.21, go-jose to v3\r\n\r\n* Always need a valid code now, so default to internal service error\r\n\r\n* Remove old proto storage, massage generation, promote proto to v1\r\n\r\nRemove the old protobuf based storage, it's not been used for a while so it can\r\ngo to clean stuff up. Now only the versioned JSON is supported.\r\n\r\nUpdate the proto build to use tools.go/shimmed local script, to make sure we\r\ngenerate code with the expected version. This updates us to the latest\r\nold-style proto package.\r\n\r\nPromote the persisted types to v1. We don't use Any anywhere, so the package\r\nname isn't a problem.\r\n\r\n* Update to new protobuf package\r\n\r\n* Update all modules, use built-in homedir func\r\n\r\n* Correct lint/deprecation issues\r\n\r\n* Switch to revive\r\n\r\n* use built-in cache dir for default\r\n\r\nrather than cluttering up HOME\r\n\r\n* Update CI to always use latest stable go\r\n\r\n* Use lint action","shortMessageHtmlLink":"Update dependencies (#52)"}},{"before":"8bba583a8ea6da10f662cf2025e151c8a3e05c78","after":"c8ecc4ac46c2452e788320dfe21f40658e5b6872","ref":"refs/heads/lstoll-update","pushedAt":"2023-12-11T12:03:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lstoll-sfdc","name":"Lincoln Stoll","path":"/lstoll-sfdc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93216114?s=80&v=4"},"commit":{"message":"Use lint action","shortMessageHtmlLink":"Use lint action"}},{"before":"cb7da0c688e227e9b073a457b4fb9fdf710e6eff","after":"8bba583a8ea6da10f662cf2025e151c8a3e05c78","ref":"refs/heads/lstoll-update","pushedAt":"2023-12-11T12:01:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lstoll-sfdc","name":"Lincoln Stoll","path":"/lstoll-sfdc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93216114?s=80&v=4"},"commit":{"message":"Update CI to always use latest stable go","shortMessageHtmlLink":"Update CI to always use latest stable go"}},{"before":null,"after":"cb7da0c688e227e9b073a457b4fb9fdf710e6eff","ref":"refs/heads/lstoll-update","pushedAt":"2023-12-11T11:56:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lstoll-sfdc","name":"Lincoln Stoll","path":"/lstoll-sfdc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93216114?s=80&v=4"},"commit":{"message":"use built-in cache dir for default\n\nrather than cluttering up HOME","shortMessageHtmlLink":"use built-in cache dir for default"}},{"before":"6bd9854f739d69675bc9dd218c2656ebde6b6f35","after":null,"ref":"refs/heads/lstoll-openenr","pushedAt":"2023-12-08T15:03:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lstoll-sfdc","name":"Lincoln Stoll","path":"/lstoll-sfdc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93216114?s=80&v=4"}},{"before":"f44248ed0fa498b7403a3813855a5828b97e06e6","after":"d3cbcb7ae03a2a2ef332494a215480ed3c50ff30","ref":"refs/heads/master","pushedAt":"2023-12-08T15:02:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lstoll-sfdc","name":"Lincoln Stoll","path":"/lstoll-sfdc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93216114?s=80&v=4"},"commit":{"message":"Make CLI Token Browser opener configurable, EchoOpener uses stderr (#50)\n\n* Opener: Display URL when opening, allow overriding\r\n\r\nCurrently the program silently launches the auth flow URL, which can be\r\nconfusing if it doesn't happen or the user switches away. Instead, notify\r\nthat the user is about to be directed to a URL.\r\n\r\nAlso add a way to set a custom opener on a CLI token source, for further\r\nexperimentation with this (e.g if we want to add a confirmation prompt)\r\n\r\n* add a newline there, so wrapped output follows\r\n\r\n* Do not output\r\n\r\nThis has the potential to be a pretty breaking change, so back out\r\nthe writing of info for now (will experiment internally)","shortMessageHtmlLink":"Make CLI Token Browser opener configurable, EchoOpener uses stderr (#50)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEG5qlewA","startCursor":null,"endCursor":null}},"title":"Activity ยท pardot/oidc"}