{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":13683710,"defaultBranch":"main","name":"auth0-PHP","ownerLogin":"auth0","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-10-18T16:51:11.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2824157?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726475638.0","currentOid":""},"activityList":{"items":[{"before":"78668589090250d04829286e3927748f908dba33","after":null,"ref":"refs/heads/security-ci-pull_request_target","pushedAt":"2024-09-16T08:33:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"desusai7","name":"Desu Sai Venkat","path":"/desusai7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48179357?s=80&v=4"}},{"before":"d67ad496e8808589ecddc684ffb9bf90a57abe6d","after":"7ffdf4e6e1ffbb8066aaebf0f6432d5181db00b9","ref":"refs/heads/main","pushedAt":"2024-09-16T08:33:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"desusai7","name":"Desu Sai Venkat","path":"/desusai7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48179357?s=80&v=4"},"commit":{"message":"Changed pull_request_target to pull_request (#772)\n\n### Changes\r\n\r\n\r\n\r\n### Contributor Checklist\r\n\r\n- [ ] I agree to adhere to the [Auth0 General Contribution\r\nGuidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md).\r\n- [ ] I agree to uphold the [Auth0 Code of\r\nConduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).","shortMessageHtmlLink":"Changed pull_request_target to pull_request (#772)"}},{"before":null,"after":"78668589090250d04829286e3927748f908dba33","ref":"refs/heads/security-ci-pull_request_target","pushedAt":"2024-09-04T07:17:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"arpit-jn","name":"Arpit Jain","path":"/arpit-jn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167312832?s=80&v=4"},"commit":{"message":"Changed pull_request_target to pull_request","shortMessageHtmlLink":"Changed pull_request_target to pull_request"}},{"before":"a8aa11b92635634c5b6d9f2ba77122dafeac313b","after":null,"ref":"refs/heads/sw_update_co_file","pushedAt":"2024-08-05T10:33:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"arpit-jn","name":"Arpit Jain","path":"/arpit-jn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167312832?s=80&v=4"}},{"before":"96c4f34c4c444633bc66a34a529272d9b70955b0","after":"d67ad496e8808589ecddc684ffb9bf90a57abe6d","ref":"refs/heads/main","pushedAt":"2024-08-05T10:33:20.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"arpit-jn","name":"Arpit Jain","path":"/arpit-jn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167312832?s=80&v=4"},"commit":{"message":"Update codeowner file with new GitHub team name (#771)\n\nUpdate codeowner file with new GitHub team name","shortMessageHtmlLink":"Update codeowner file with new GitHub team name (#771)"}},{"before":"3039ca1efe3583438db6675e1a537e3a91778115","after":"a8aa11b92635634c5b6d9f2ba77122dafeac313b","ref":"refs/heads/sw_update_co_file","pushedAt":"2024-08-05T10:25:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"arpit-jn","name":"Arpit Jain","path":"/arpit-jn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167312832?s=80&v=4"},"commit":{"message":"Merge branch 'main' into sw_update_co_file","shortMessageHtmlLink":"Merge branch 'main' into sw_update_co_file"}},{"before":null,"after":"3039ca1efe3583438db6675e1a537e3a91778115","ref":"refs/heads/sw_update_co_file","pushedAt":"2024-07-25T14:35:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stevenwong-okta","name":null,"path":"/stevenwong-okta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31224795?s=80&v=4"},"commit":{"message":"Update codeowner file with new GitHub team name","shortMessageHtmlLink":"Update codeowner file with new GitHub team name"}},{"before":"520b2bf6346ab7019f51a0ef384eeb28af2819b4","after":"96c4f34c4c444633bc66a34a529272d9b70955b0","ref":"refs/heads/main","pushedAt":"2024-07-25T03:37:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"Update callback verification in HttpRequest. (#769)\n\n### Changes\r\n\r\n'callback' is a property not a method of $mockedResponse\r\n\r\nChanged the method_exists check to a property_exists check in the\r\nHttpRequest class. This adjustment ensures that 'callback' is an\r\naccessible property of the object before attempting to invoke it. This\r\nchange improves code reliability, specifically for the cases where\r\nHttpRequest is used in unit tests with mock responses.\r\n\r\n### References\r\n\r\n[#768 Callback Never\r\nCalled](https://github.com/auth0/auth0-PHP/issues/768)\r\n\r\n### Testing\r\n\r\nA test has been added to assert the fix is working as expected\r\n\r\n### Contributor Checklist\r\n\r\n- [x] I agree to adhere to the [Auth0 General Contribution\r\nGuidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md).\r\n- [x] I agree to uphold the [Auth0 Code of\r\nConduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).","shortMessageHtmlLink":"Update callback verification in HttpRequest. (#769)"}},{"before":"fd04567ce94e83303005c829dbbf1e1d4f0691eb","after":null,"ref":"refs/heads/doc/input-from-untrusted-sources","pushedAt":"2024-07-12T18:16:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"}},{"before":"d263216c3abe313fb681e8e0ba2286a4eb1571c6","after":"520b2bf6346ab7019f51a0ef384eeb28af2819b4","ref":"refs/heads/main","pushedAt":"2024-07-12T18:16:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"docs: add README section on untrusted input (#766)\n\n### Changes\r\n\r\n\r\n\r\nThis PR updates the README to include a new section on handling input\r\nfrom untrusted sources.\r\n\r\n### References\r\n\r\n\r\n\r\n### Testing\r\n\r\n\r\n\r\n### Contributor Checklist\r\n\r\n- [x] I agree to adhere to the [Auth0 General Contribution\r\nGuidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md).\r\n- [x] I agree to uphold the [Auth0 Code of\r\nConduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).","shortMessageHtmlLink":"docs: add README section on untrusted input (#766)"}},{"before":"89e44a9bd580b8659c6b7a1f959c4a8b9d17a838","after":"fd04567ce94e83303005c829dbbf1e1d4f0691eb","ref":"refs/heads/doc/input-from-untrusted-sources","pushedAt":"2024-07-12T18:12:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"Merge branch 'main' into doc/input-from-untrusted-sources","shortMessageHtmlLink":"Merge branch 'main' into doc/input-from-untrusted-sources"}},{"before":"15e747dfdde42093ae3a4d4c1d2e35c58885e356","after":null,"ref":"refs/heads/chore/fix-linter-warnings","pushedAt":"2024-07-12T11:14:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"}},{"before":"318fca1d3a689c93007fa355c9709b9a8b11d6b3","after":"d263216c3abe313fb681e8e0ba2286a4eb1571c6","ref":"refs/heads/main","pushedAt":"2024-07-12T11:14:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"chore: fix linter warnings (#767)\n\n### Changes\r\n\r\n\r\n\r\nThis PR fixes a number of linter warnings that are breaking pull\r\nrequests. It also pins certain development dependencies that have been\r\nprone to introducing these types of breaking changes in their minor\r\nreleases to help avoid future breaks.\r\n\r\n### References\r\n\r\n\r\n\r\n### Testing\r\n\r\n\r\n\r\n### Contributor Checklist\r\n\r\n- [x] I agree to adhere to the [Auth0 General Contribution\r\nGuidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md).\r\n- [x] I agree to uphold the [Auth0 Code of\r\nConduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).","shortMessageHtmlLink":"chore: fix linter warnings (#767)"}},{"before":"c6bce18b88beeb4f971ff995a78aae4cb451e93a","after":"15e747dfdde42093ae3a4d4c1d2e35c58885e356","ref":"refs/heads/chore/fix-linter-warnings","pushedAt":"2024-07-08T16:15:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"apply `composer normalize` updates","shortMessageHtmlLink":"apply composer normalize updates"}},{"before":null,"after":"c6bce18b88beeb4f971ff995a78aae4cb451e93a","ref":"refs/heads/chore/fix-linter-warnings","pushedAt":"2024-07-08T16:11:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"chore: fix linter warnings","shortMessageHtmlLink":"chore: fix linter warnings"}},{"before":null,"after":"89e44a9bd580b8659c6b7a1f959c4a8b9d17a838","ref":"refs/heads/doc/input-from-untrusted-sources","pushedAt":"2024-07-08T16:10:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"docs: add README section on untrusted input","shortMessageHtmlLink":"docs: add README section on untrusted input"}},{"before":"cc7abb9a739ff7ad966f1921dd0a5b2b1521863e","after":"318fca1d3a689c93007fa355c9709b9a8b11d6b3","ref":"refs/heads/main","pushedAt":"2024-06-10T15:48:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"docs: suggest installing without dev dependencies by default\n\nSigned-off-by: Evan Sims ","shortMessageHtmlLink":"docs: suggest installing without dev dependencies by default"}},{"before":"5d132ad4b3b95c5d5d342d09088d469568bfa627","after":"cc7abb9a739ff7ad966f1921dd0a5b2b1521863e","ref":"refs/heads/main","pushedAt":"2024-04-19T02:54:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"Update: Authentication.php, Management.php remove unused imports (#761)\n\n### Changes\r\n\r\nRunning \"__composer phpcs__\" highlights unused imports in the below\r\nfiles.\r\n1.\r\n[src/API/Authentication.php](https://github.com/auth0/auth0-PHP/compare/main...vishwac09:auth0-PHP:main#diff-32ff4a80e75d34c9a99695eeb43f0282a44126c391aff05fd34c7a30adca5c67)\r\n2.\r\n[src/API/Management.php](https://github.com/auth0/auth0-PHP/compare/main...vishwac09:auth0-PHP:main#diff-60ca405803c26cf6dfc33e9ca7cd9e393b2055e1710bc9b9b6e290ab065bb0a0)\r\n\r\n### References\r\n\r\nN/A\r\n\r\n### Testing\r\n\r\nN/A","shortMessageHtmlLink":"Update: Authentication.php, Management.php remove unused imports (#761)"}},{"before":"c76da7fc931cb80429d8707c4e27928086c020fc","after":null,"ref":"refs/heads/release/8.11.1","pushedAt":"2024-01-11T15:28:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"}},{"before":"a6adf46e0ecffd7a9540d48bbfa5f6edf3ebd244","after":"5d132ad4b3b95c5d5d342d09088d469568bfa627","ref":"refs/heads/main","pushedAt":"2024-01-11T15:28:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"Release 8.11.1 (#757)\n\n**Fixed**\r\n- fix: Resolve erroneous exception throw on tenant domain validation\r\n[\\#755](https://github.com/auth0/auth0-PHP/pull/755)\r\n([ramonschriks](https://github.com/ramonschriks))","shortMessageHtmlLink":"Release 8.11.1 (#757)"}},{"before":null,"after":"c76da7fc931cb80429d8707c4e27928086c020fc","ref":"refs/heads/release/8.11.1","pushedAt":"2024-01-11T03:23:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"Release 8.11.1","shortMessageHtmlLink":"Release 8.11.1"}},{"before":"347bea687eec0e34c1e5a4357b3e26c13cd7bc8b","after":"a6adf46e0ecffd7a9540d48bbfa5f6edf3ebd244","ref":"refs/heads/main","pushedAt":"2024-01-11T03:19:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"Added test coverage (#756)\n\n### Changes\r\n\r\nAdded test coverage for previous added issuer claim validation with\r\ncustom domain.\r\n- Added expecting failure scenario with invalid `domain` not matching\r\ntoken issuer\r\n- Added expecting failure scenario with invalid `domain` AND invalid\r\n`custom domain` not matching token issuer\r\n- Added scenario with custom domain matching token issuer, should\r\nvalidate.\r\n- Added scenario with custom domain not matching token issuer, should\r\nvalidate with tenant domain\r\n\r\n### References\r\n\r\nRef: https://github.com/auth0/auth0-PHP/pull/755\r\n\r\n### Contributor Checklist\r\n\r\n- [x] I agree to adhere to the [Auth0 General Contribution\r\nGuidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md).\r\n- [x] I agree to uphold the [Auth0 Code of\r\nConduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).\r\n\r\n---------\r\n\r\nSigned-off-by: ramonschriks \r\nCo-authored-by: Ramon ","shortMessageHtmlLink":"Added test coverage (#756)"}},{"before":"2dd8a74f19bb5be22e531125add5f28780636503","after":"347bea687eec0e34c1e5a4357b3e26c13cd7bc8b","ref":"refs/heads/main","pushedAt":"2024-01-09T17:32:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"Update Token.php (#755)\n\nFollow up of https://github.com/auth0/auth0-PHP/pull/753\r\n\r\n---\r\n\r\nWhat a failure.. After validating the issuer with the tenant domain, we\r\nstill throw'd the exception...\r\nIt must not fall through this validation succeeds.\r\n\r\nPerhaps a unit test is required for this.\r\n\r\nSigned-off-by: ramonschriks ","shortMessageHtmlLink":"Update Token.php (#755)"}},{"before":"3a0438a57fc975ee07356617e361dc6c44d5b0d5","after":null,"ref":"refs/heads/release/8.11.0","pushedAt":"2024-01-09T15:25:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"}},{"before":"5cbee90bebe1e88b6ad48563c3e31c6431ab4346","after":"2dd8a74f19bb5be22e531125add5f28780636503","ref":"refs/heads/main","pushedAt":"2024-01-09T15:25:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"Release 8.11.0 (#754)\n\n**Added**\r\n- feat: Support validating tokens with tenant domain in the case of\r\ncustom domains [\\#753](https://github.com/auth0/auth0-PHP/pull/753)\r\n([ramonschriks](https://github.com/ramonschriks))","shortMessageHtmlLink":"Release 8.11.0 (#754)"}},{"before":"961c32ca397fdb9da512b7feccee1cbb4c9df016","after":"3a0438a57fc975ee07356617e361dc6c44d5b0d5","ref":"refs/heads/release/8.11.0","pushedAt":"2024-01-09T03:03:25.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"Merge branch 'main' into release/8.11.0","shortMessageHtmlLink":"Merge branch 'main' into release/8.11.0"}},{"before":"3784a3ba7c9405f0acc817fba8cd753458de2a34","after":"5cbee90bebe1e88b6ad48563c3e31c6431ab4346","ref":"refs/heads/main","pushedAt":"2024-01-09T03:02:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"Update tests.yml","shortMessageHtmlLink":"Update tests.yml"}},{"before":"f5e049a30271d887fdd355f1157896f3469235fb","after":"961c32ca397fdb9da512b7feccee1cbb4c9df016","ref":"refs/heads/release/8.11.0","pushedAt":"2024-01-09T03:00:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"Merge branch 'main' into release/8.11.0","shortMessageHtmlLink":"Merge branch 'main' into release/8.11.0"}},{"before":"375eb986a9227cf33a923e30ea980bea62bdb2d3","after":"3784a3ba7c9405f0acc817fba8cd753458de2a34","ref":"refs/heads/main","pushedAt":"2024-01-09T03:00:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"Update SdkConfiguration.php","shortMessageHtmlLink":"Update SdkConfiguration.php"}},{"before":"be6d5e9b07dac483ee54e618a90389c8fcbb617c","after":"f5e049a30271d887fdd355f1157896f3469235fb","ref":"refs/heads/release/8.11.0","pushedAt":"2024-01-09T02:50:49.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"evansims","name":"Evan Sims","path":"/evansims","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3093?s=80&v=4"},"commit":{"message":"Merge branch 'main' into release/8.11.0","shortMessageHtmlLink":"Merge branch 'main' into release/8.11.0"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEty87DwA","startCursor":null,"endCursor":null}},"title":"Activity ยท auth0/auth0-PHP"}