Skip to content

Commit d817bdf

Browse files
committed
Squashed commit of the following:
commit 8aced07a550abac3713057d0840c5f9d902fc18f Author: Luca Degasperi <[email protected]> Date: Mon Dec 11 14:32:19 2023 +0100 fixes commit 046fbdda0318a83d769831d36cc5e411dec3bf23 Author: Luca Degasperi <[email protected]> Date: Mon Dec 11 14:28:12 2023 +0100 fix mistake commit 178a5eb3e13b0e419c1721edd58e382276e71e32 Merge: eb78ec6 9b56fd4 Author: Luca Degasperi <[email protected]> Date: Mon Dec 11 14:26:45 2023 +0100 Merge branch 'ultrapass4' into pullrequests/laravel/11.x # Conflicts: # .github/ISSUE_TEMPLATE/1_Bug_report.md # .github/workflows/tests.yml # CHANGELOG.md # UPGRADE.md # composer.json # config/passport.php # database/factories/ClientFactory.php # database/migrations/2016_06_01_000001_create_oauth_auth_codes_table.php # database/migrations/2016_06_01_000002_create_oauth_access_tokens_table.php # database/migrations/2016_06_01_000003_create_oauth_refresh_tokens_table.php # database/migrations/2016_06_01_000004_create_oauth_clients_table.php # database/migrations/2016_06_01_000005_create_oauth_personal_access_clients_table.php # resources/views/authorize.blade.php # src/Client.php # src/ClientRepository.php # src/Console/ClientCommand.php # src/Console/PurgeCommand.php # src/Guards/TokenGuard.php # src/HasApiTokens.php # src/Http/Controllers/AccessTokenController.php # src/Http/Controllers/AuthorizationController.php # src/Http/Controllers/DenyAuthorizationController.php # src/Http/Controllers/RetrievesAuthRequestFromSession.php # src/Http/Middleware/CheckClientCredentials.php # src/Http/Middleware/CheckClientCredentialsForAnyScope.php # src/Http/Middleware/CheckCredentials.php # src/Http/Middleware/CheckForAnyScope.php # src/Http/Middleware/CheckScopes.php # src/Passport.php # src/PassportServiceProvider.php # src/PersonalAccessTokenFactory.php # src/RefreshTokenRepository.php # src/RouteRegistrar.php # src/Token.php # tests/Feature/AccessTokenControllerTest.php # tests/Feature/ActingAsClientTest.php # tests/Feature/ActingAsTest.php # tests/Feature/KeysCommandTest.php # tests/Feature/PassportTestCase.php # tests/Unit/AuthorizationControllerTest.php # tests/Unit/BridgeScopeRepositoryTest.php # tests/Unit/CheckClientCredentialsForAnyScopeTest.php # tests/Unit/CheckClientCredentialsTest.php # tests/Unit/CheckForAnyScopeTest.php # tests/Unit/CheckScopesTest.php # tests/Unit/DenyAuthorizationControllerTest.php # tests/Unit/PersonalAccessTokenFactoryTest.php # tests/Unit/TokenGuardTest.php commit eb78ec6c192a01fbbe76dd427630a5e500e2486a Author: Choraimy Kroonstuiver <[email protected]> Date: Thu Nov 16 13:24:39 2023 +0100 Update HasApiTokens.php (#1698) commit 6dab7d087ef933d6ca4cc0038d10571d8a886b8a Author: driesvints <[email protected]> Date: Tue Nov 7 17:58:36 2023 +0000 Update CHANGELOG commit 966bc8e477d08c86a11dc4c5a86f85fa0abdb89b Author: Michael Nabil <[email protected]> Date: Thu Nov 2 19:16:12 2023 +0200 Simplify Conditional Statement (#1696) commit cf06f975d340df73857ca341daf38e975d7b134e Author: Michael Nabil <[email protected]> Date: Thu Nov 2 16:42:04 2023 +0200 [11.x] Named static methods for middleware (#1695) * Standardise of `using` for middleware * Fix * Use `func_get_args` * Formatting * formatting --------- Co-authored-by: Taylor Otwell <[email protected]> commit 40173015618f6f81d890d557406855b9a865685b Author: driesvints <[email protected]> Date: Tue Oct 24 15:40:58 2023 +0000 Update CHANGELOG commit cece4efda933219002d95f3d5d03509e9ed29a14 Author: Amin <[email protected]> Date: Mon Oct 16 23:34:42 2023 +0330 Add return to revokeRefreshTokensByAccessTokenId method (#1693) commit 8c52a6958ed27a7b6371336bc3af57922e5c6db3 Author: Saleh Hashemi <[email protected]> Date: Fri Oct 13 11:04:03 2023 +0330 update checkout to v4 (#1690) commit 30e23b04487ee8733e8301153e8c1051764e0702 Author: Dries Vints <[email protected]> Date: Thu Sep 21 16:45:07 2023 +0200 PHP 8.3 (#1689) commit 5e9e4b8da8ea5c2d23bb7b119f634f57df770561 Author: Mior Muhammad Zaki <[email protected]> Date: Wed Sep 20 21:58:30 2023 +0800 Test Improvements (#1688) * Test Improvements Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> --------- Signed-off-by: Mior Muhammad Zaki <[email protected]> commit 286baeb1be934654fe4eef147b24d3c8a9a3e08d Author: driesvints <[email protected]> Date: Fri Sep 1 14:21:51 2023 +0000 Update CHANGELOG commit 93bb9c36045fe5be2eaeacf35e836c00b392b761 Author: Choraimy Kroonstuiver <[email protected]> Date: Fri Sep 1 16:20:24 2023 +0200 Fix breaking change introduced by laravel/passport#1682 (#1686) commit e22596051d83ce8d92c4a0f75ce95f78198cee06 Author: driesvints <[email protected]> Date: Tue Aug 29 15:23:00 2023 +0000 Update CHANGELOG commit 2582d2a58ff32761cb3aecb337a146ba17483f76 Author: Choraimy Kroonstuiver <[email protected]> Date: Tue Aug 29 15:48:41 2023 +0200 Add support for inherited scopes when limiting scopes on clients (#1683) commit dd3f0815948097e6d9f0ba4a1d79c53040bcdd03 Author: Choraimy Kroonstuiver <[email protected]> Date: Wed Aug 23 17:35:47 2023 +0200 [11.x] Add the ability to limit scopes by client (#1682) * Add the ability to limit scopes by client * Update Client.php --------- Co-authored-by: Taylor Otwell <[email protected]> commit b566e159c9661c49ca07b8e12a91ef86ee1bb94c Author: driesvints <[email protected]> Date: Fri Jul 7 09:45:43 2023 +0000 Update CHANGELOG commit 401836130d46c94138a637ada29f9e5b2bf053b6 Author: Houssem Eddine Guemari <[email protected]> Date: Fri Jul 7 08:37:11 2023 +0200 Update composer.json (#1677) Updated league/oauth2-server. More details in tis PR: https://github.com/thephpleague/oauth2-server/pull/1353 commit 8b88aff8bf97e90e570e9a8e2a49d9786cf95307 Author: P. De Bleye <[email protected]> Date: Wed Jun 21 08:53:41 2023 +0200 Update composer.json (#1674) Require new thephpleague/oauth2-server commit be0d862ae3b85ffebfdeddbaada2f2163a8e6dac Author: Choraimy Kroonstuiver <[email protected]> Date: Wed May 31 16:45:40 2023 +0200 Update ClientFactory.php (#1669) commit 8cae3ef2ccb4f83f23c6a5929b6996a4affdaa72 Author: driesvints <[email protected]> Date: Fri Apr 28 10:09:54 2023 +0000 Update CHANGELOG commit 48a03ffbfce7217b7ceba2c8e685ae8caa68db10 Author: Dries Vints <[email protected]> Date: Fri Apr 28 12:08:34 2023 +0200 Revert "[11.x] Add Provider Guard to ClientRepository for Personal Access Clients (#1655)" (#1658) This reverts commit a75f0a92136a6cf91e5c6755374f77bf4b30c411. commit 487f1831e5725ebc5037e3ef0dd8ecafa840c994 Author: driesvints <[email protected]> Date: Tue Apr 25 14:50:00 2023 +0000 Update CHANGELOG commit a75f0a92136a6cf91e5c6755374f77bf4b30c411 Author: Michael Nabil <[email protected]> Date: Mon Apr 24 22:05:58 2023 +0200 [11.x] Add Provider Guard to ClientRepository for Personal Access Clients (#1655) * Added provider guard to Password Grant Client. * Add argument provider in `InstallCommand` * formatting --------- Co-authored-by: Taylor Otwell <[email protected]> commit bf5e6f41900b88e1b545377317c2006b53834937 Author: Dries Vints <[email protected]> Date: Fri Apr 7 10:05:00 2023 +0200 Update 1_Bug_report.yml commit 5131ceaec1ed02028966c0c44f87e565da19fad2 Author: Dries Vints <[email protected]> Date: Thu Apr 6 17:21:38 2023 +0200 Rename 1_Bug_report.md to 1_Bug_report.yml commit 5e5a54f3d8a398344d75aacd9097bceff2e10c17 Author: Dries Vints <[email protected]> Date: Thu Apr 6 17:21:28 2023 +0200 Update 1_Bug_report.md commit 771cedbda3c55c8611abbe901dbb78163a59201b Author: driesvints <[email protected]> Date: Tue Apr 4 15:04:47 2023 +0000 Update CHANGELOG commit 5417fe870a1a76628c13c79ce4c9b6fbea429bc0 Author: Graham Campbell <[email protected]> Date: Tue Apr 4 15:06:53 2023 +0100 Pass user identifier through to finalize scopes in personal access grant (#1650) commit ef5fa30b43e08ada9ec9dc7468e8ea8b2e1a490b Author: Graham Campbell <[email protected]> Date: Tue Apr 4 14:37:07 2023 +0100 [11.x] Allow `lcobucci/jwt` v5 and cleaned up version constraints (#1649) * Allow `lcobucci/jwt` v5 * Temp change to see why CI no likey * Update composer.json * Update composer.json * Fixes * Update composer.json commit 2583a0a8252288150cc9c518b5eaf45fd4237fa6 Author: driesvints <[email protected]> Date: Tue Mar 28 18:16:05 2023 +0000 Update CHANGELOG commit b6b68fad1d02e39c6c659705159487f643393cdd Author: Hafez Divandari <[email protected]> Date: Sat Mar 18 22:25:20 2023 +0330 fix doc types (#1647) commit b33fa25458c26465e6acf5ed6989ba48e2628eef Author: StyleCI Bot <[email protected]> Date: Fri Mar 17 13:39:43 2023 +0000 Apply fixes from StyleCI commit a1682d39b7730d318d1a6e3139836e06bda692d4 Author: Sergey Pashkevich <[email protected]> Date: Fri Mar 17 16:39:26 2023 +0300 Update AuthCode.php (#1644) commit 95a2258b396af786e5a8ae2a5e9ed3fa7c1a57ce Author: Sergey Pashkevich <[email protected]> Date: Fri Mar 17 16:39:15 2023 +0300 Update RefreshToken.php (#1645) commit 37ce6e6b6a2dab591978903795454cdfa80e9c2a Author: driesvints <[email protected]> Date: Thu Mar 2 16:24:50 2023 +0000 Update CHANGELOG commit d60300185cfd066190b7842982cce314f779f9dd Author: Dries Vints <[email protected]> Date: Wed Mar 1 16:56:44 2023 +0100 Fix tests commit fcfac3fe70a01d6ad23b33a9f562c3d4067b2713 Author: Bram <[email protected]> Date: Wed Mar 1 08:32:45 2023 +0000 Update ClientRepository.php (#1642) commit 112e94561b1df90985493f8e0e65630bd70b8575 Author: Nuno Maduro <[email protected]> Date: Thu Feb 23 08:21:11 2023 +0000 Adds type checking (#1640) commit 587aa1460fb8a4ac24d042b68513ef86b78d760a Author: Hafez Divandari <[email protected]> Date: Tue Feb 21 19:40:22 2023 +0330 allow overriding the `AccessToken` class (#1638) commit d95c09566541e5a7fb731f7f8ca00fa0619f5f7e Author: driesvints <[email protected]> Date: Mon Feb 20 13:44:26 2023 +0000 Update CHANGELOG commit 67c3e336af163f6eba5dbca8e5db46275ff0e433 Author: Dries Vints <[email protected]> Date: Mon Feb 20 14:43:07 2023 +0100 Revert "Revert "Added AuthenticationException to extend the behaviour of Laravel's default exception handler (#1633)"" This reverts commit db543b0cc13ed3f56f1bffda04707fbe2a8c7ab5. commit f3d03156046951fcb54868265a795ef92abca200 Author: driesvints <[email protected]> Date: Mon Feb 20 09:23:45 2023 +0000 Update CHANGELOG commit db543b0cc13ed3f56f1bffda04707fbe2a8c7ab5 Author: Dries Vints <[email protected]> Date: Mon Feb 20 10:20:04 2023 +0100 Revert "Added AuthenticationException to extend the behaviour of Laravel's default exception handler (#1633)" This reverts commit 08b1dabfdddbdf2472ef193609f75f475208ec90. commit ab51e2b013a020ac3f28e772ced15730baf77a45 Author: driesvints <[email protected]> Date: Fri Feb 17 09:10:16 2023 +0000 Update CHANGELOG commit 2008d86244297a9fa291faf63f59d0949bddf91e Author: TONY.W <[email protected]> Date: Fri Feb 17 17:08:51 2023 +0800 laravel10 The Eloquent model's deprecated $dates property has been removed.application should now use the $casts property (#1636) Co-authored-by: tony <[email protected]> commit e305ff0488f3e125f3f22e1576d613dd1d95ac7e Author: Jon Erickson <[email protected]> Date: Thu Feb 16 14:02:39 2023 -0700 [11.x] Custom authorization view response (#1629) * Implements authorization view response contract that allows for being overridden with custom views * Updated namespace * Updated namespace * Moved individual arguments to an array of parameters and one argument * Removed authorize return type * Remove old return statement * Add IntelliJ IDE files to gitignore * Formatting * Update tests * Update rest of tests with new response class * Style fixes and make sure parameters pushed to authorization view are in an array. * Remove parameters from authorization view function * Update .gitignore * Update src/Contracts/AuthorizationViewResponse.php Co-authored-by: Choraimy Kroonstuiver <[email protected]> * Update src/Http/Responses/AuthorizationViewResponse.php Co-authored-by: Choraimy Kroonstuiver <[email protected]> * Updated doc block return types * formatting * remove extra line --------- Co-authored-by: Dries Vints <[email protected]> Co-authored-by: Choraimy Kroonstuiver <[email protected]> Co-authored-by: Taylor Otwell <[email protected]> commit 08b1dabfdddbdf2472ef193609f75f475208ec90 Author: Chris Page <[email protected]> Date: Tue Feb 14 21:08:49 2023 +0000 Added AuthenticationException to extend the behaviour of Laravel's default exception handler (#1633) Co-authored-by: Chris Page <[email protected]> commit 174a12a8d80476c16bcae78b404395154721d815 Author: driesvints <[email protected]> Date: Tue Feb 14 16:51:43 2023 +0000 Update CHANGELOG commit 5b57dbc9fc5e350d70b5c612fd53c65dd0bbebb2 Author: Choraimy Kroonstuiver <[email protected]> Date: Wed Feb 8 18:24:40 2023 +0100 Add support for `EncryptCookies` middleware (#1628) commit 31ed56954f044ffd6dcef237d5087955376693ff Author: driesvints <[email protected]> Date: Tue Feb 7 16:08:23 2023 +0000 Update CHANGELOG commit d8cc34766635da552a9ddff80248c5505f19bd04 Author: Choraimy Kroonstuiver <[email protected]> Date: Fri Feb 3 16:45:23 2023 +0100 Indicate current token can be `TransientToken` (#1627) commit 9ee5bd94abf0698f414dcfcb179b2b311a72c13e Author: driesvints <[email protected]> Date: Tue Jan 31 15:42:22 2023 +0000 Update CHANGELOG commit 1d8204e40c63bb6cbb981907fdbeb5c69a4fbae9 Author: Lucas Moraes (Panik) <[email protected]> Date: Tue Jan 31 10:41:55 2023 -0300 [11.x] Get model PK instead of forcibly id column (#1626) * Get model PK instead of forcibly id column * Get model PK instead of forcibly id column in tests * Get model PK instead of forcibly id column in command * Get model PK instead of forcibly id column in repository * Get model PK instead of forcibly id column in Passport * stub extending from model * Fix namespace order * Get model PK instead of forcibly id column in blade commit b7bc60c9df4b7ba42bc193e36f392880865250ee Author: Choraimy Kroonstuiver <[email protected]> Date: Wed Jan 25 15:32:58 2023 +0100 Fix doc block for `withAccessToken()` (#1620) commit 3ac7b1e8f9814e47af5a9d5ab88c415060d5c782 Author: P. De Bleye <[email protected]> Date: Sun Jan 22 18:37:04 2023 +0100 Update ClientCommand.php's user_id description (#1619) * Update ClientCommand.php's user_id description We get a fair amount of confused passport users on the laravel discord wondering what this user_id is even for. It might help to indicate that the input is optional. * Update ClientCommand.php Co-authored-by: Taylor Otwell <[email protected]> commit b0b0758eac20aeaa229204cbc7fa8fd6ee9f9e09 Author: driesvints <[email protected]> Date: Tue Jan 17 16:29:11 2023 +0000 Update CHANGELOG commit b20282266211a0a19b0294d3459b5fd268807a6c Author: Hafez Divandari <[email protected]> Date: Mon Jan 16 18:22:08 2023 +0330 Get authenticated user from the guard (#1617) commit e97f05d1ac1c8b7db0fd7202631d7c098da73f28 Author: driesvints <[email protected]> Date: Tue Jan 10 19:54:34 2023 +0000 Update CHANGELOG commit 87dcab8ba37ba3a8c0d4958d251ab87a5c95b329 Author: Dries Vints <[email protected]> Date: Mon Jan 9 17:46:42 2023 +0100 Update composer.json (#1615) commit 3c17574d58f8a796fadee4d5cc946b89b4ec260f Author: Dries Vints <[email protected]> Date: Mon Jan 9 16:13:26 2023 +0100 Update tests.yml commit e7df6ac5cf95ff476f5fb7965b27bd4d3c5d49b3 Author: driesvints <[email protected]> Date: Tue Jan 3 17:29:04 2023 +0000 Update CHANGELOG commit 2d746b752b08e47f6b5bd69d8e76fbe477e23532 Author: Nuno Maduro <[email protected]> Date: Tue Jan 3 09:40:19 2023 +0000 Adds types to migrations (#1594) commit 13329bee36a414323f5e545c5d5355c38cb6639c Author: Dries Vints <[email protected]> Date: Wed Dec 28 13:30:41 2022 +0100 Update tests.yml commit 78c9d3a0f38fa28b9be9dbf0282cc766354e0e52 Author: driesvints <[email protected]> Date: Tue Dec 6 16:25:16 2022 +0000 Update CHANGELOG commit 835febbfe875ba97306c026fdaa94f58f167363e Author: Hafez Divandari <[email protected]> Date: Fri Dec 2 21:50:16 2022 +0330 Add auth guard to routes (#1603) commit 662325a90b8c3184c548eaf66ce971925f2b90dc Author: Dries Vints <[email protected]> Date: Wed Nov 23 10:06:21 2022 +0100 Create issues.yml commit 298ea64aa42c14a35146b1d902df95655a0cb35e Author: Dries Vints <[email protected]> Date: Wed Nov 2 11:01:22 2022 +0100 Test on PHP 8.2 (#1592) * Test on PHP 8.2 * Update composer.json commit 620fc16d16ccd70b3c10d1395e1dd856c09a0ddd Author: driesvints <[email protected]> Date: Tue Oct 25 16:38:35 2022 +0000 Update CHANGELOG commit 4c2105887c724fe05fc4cd9b7d6c8d8df30e1bcf Author: Marcin Nabiałek <[email protected]> Date: Sat Oct 22 18:38:00 2022 +0200 Update docblock (#1588) commit 3bc63674619d2edf14440267149137b51ab54f87 Author: Choraimy Kroonstuiver <[email protected]> Date: Tue Oct 18 18:07:57 2022 +0200 Fix ClientRepository doc blocks (#1587) commit c73285f05de3fb808091da47769ccb53f69e4fb1 Author: StyleCI Bot <[email protected]> Date: Mon Oct 17 14:16:15 2022 +0000 Apply fixes from StyleCI commit 22281ff77c33ec6f474b5a2ada166e33543629cd Author: TosID <[email protected]> Date: Mon Oct 17 16:15:54 2022 +0200 Update PurgeCommand.php (#1586) I get a lot confused when I use this command it always return seven days :) now return hours instead of days. commit 741595738b80f64ec35ad82de477adee925fff7e Author: Hafez Divandari <[email protected]> Date: Wed Oct 5 18:57:02 2022 +0330 [11.x] Support prompting login when redirecting for authorization (#1577) * Support prompting login when redirecting for authorization * use fragment on redirect uri for implicit grant * bind StatefulGuard * formatting Co-authored-by: Taylor Otwell <[email protected]> commit 3a4d6e524cc2fe0c45d56c728aa1973a7a3d5d69 Author: driesvints <[email protected]> Date: Tue Oct 4 14:11:06 2022 +0000 Update CHANGELOG commit 5a26d6cbf56544c9f56994c6978f8fbe4d82bb33 Author: Choraimy Kroonstuiver <[email protected]> Date: Thu Sep 29 17:52:25 2022 +0200 Improve token guard return type (#1579) commit 7a514ccb1ef3e83be285ad0a0a83b03d701f8c3f Author: driesvints <[email protected]> Date: Tue Sep 13 15:06:14 2022 +0000 Update CHANGELOG commit fb2a4029c6cf4df1ce0cf79ddbb874508f7a73e9 Author: Hafez Divandari <[email protected]> Date: Wed Sep 7 13:14:45 2022 +0000 Let OAuth2 server handle denying the request (#1572) commit 721df114d5a036d8fb3f542b83ab2879ecea7d69 Author: driesvints <[email protected]> Date: Tue Sep 6 16:00:05 2022 +0000 Update CHANGELOG commit 89cc1976a25e2fa53ba8a3773e101189149852fa Author: Hafez Divandari <[email protected]> Date: Mon Sep 5 14:35:34 2022 +0000 Support disabling prompt when redirecting for authorization (#1569) commit cae735ae430bd882e6469839ca814ae9e378d870 Author: Hafez Divandari <[email protected]> Date: Thu Sep 1 14:59:37 2022 +0000 [11.x] Support prompting re-consent when redirecting for authorization (#1567) * Support prompting re-consent * Update AuthorizationController.php Co-authored-by: Taylor Otwell <[email protected]> commit 8aeec7106a9a2f7c98fc1989e8de072e76b565f7 Author: driesvints <[email protected]> Date: Tue Aug 30 15:24:46 2022 +0000 Update CHANGELOG commit e312f36e35e695877c4f4eee54c9cc1dcca20eef Author: Choraimy Kroonstuiver <[email protected]> Date: Mon Aug 29 15:56:25 2022 +0200 [11.x] Allow for bootstrapping without loading routes (#1564) * Allow for bootstrapping without loading routes * Update Passport.php Co-authored-by: Taylor Otwell <[email protected]> commit 5629f1ac822dc1abb59c292aab8c454f67080ddc Author: Rubén García <[email protected]> Date: Wed Aug 24 15:20:26 2022 +0100 [11.x] Custom days and hours to passport purge command (#1563) * Custom days and hours to passport purge command * lint fix * formatting Co-authored-by: Ruben Garcia <[email protected]> Co-authored-by: Taylor Otwell <[email protected]> commit dac2be68174104d9d56051144d2c3b634f37d54d Author: driesvints <[email protected]> Date: Tue Aug 23 15:07:40 2022 +0000 Update CHANGELOG commit dd00df75cc10f14186f71edb39a8839627ef837e Author: Dries Vints <[email protected]> Date: Fri Aug 19 17:05:01 2022 +0200 [11.x] Remove deprecated functionality and simplify some feature tests (#1559) * Drop JWT v3 * wip commit a57723e58faaa70c5629d2a15f7ecc291e98fd73 Author: Dries Vints <[email protected]> Date: Fri Aug 19 17:00:43 2022 +0200 Passport v11 upgrade guide (#1561) * Passport v11 upgrade guide * Update UPGRADE.md Co-authored-by: Taylor Otwell <[email protected]> commit a17975f438b86f494f29f7ebfcd44c7d8562af12 Author: Dries Vints <[email protected]> Date: Fri Aug 19 13:53:39 2022 +0200 wip commit 516cddbb817a01a176cea413a2df0976844572c3 Author: Dries Vints <[email protected]> Date: Tue Aug 16 16:47:51 2022 +0200 Remove deprecated properties (#1560) commit 836f5506aaf1095c8f4dc7c358ce83a85c3f5fde Author: Dries Vints <[email protected]> Date: Tue Aug 16 16:29:05 2022 +0200 Drop PHP 7.x and Laravel v8 (#1558) commit 4cee55e3e048517b7dcad70eb0cccdf3ac832918 Merge: ed6f6c1 75fd509 Author: Dries Vints <[email protected]> Date: Tue Aug 16 15:34:48 2022 +0200 Merge branch '10.x' # Conflicts: # CHANGELOG.md # src/Guards/TokenGuard.php commit ed6f6c1d7582d4650bd9ccdf37ee950f11383940 Author: Choraimy Kroonstuiver <[email protected]> Date: Wed Jul 13 16:39:47 2022 +0200 [11.x] Fix scope inheritance when using Passport::actingAs() (#1551) * Fix scope inheritance when using Passport::actingAs() * Update Passport.php Co-authored-by: Taylor Otwell <[email protected]> commit 75fd509928952ccbaff47e609d4f0e657a2c22cf Author: Dries Vints <[email protected]> Date: Wed Jun 8 11:32:00 2022 +0200 Update update-changelog.yml commit 9c6e8c11b9a0cc116e70df0f9d86bf409872e043 Author: Dries Vints <[email protected]> Date: Wed Jun 8 11:31:47 2022 +0200 Update pull-requests.yml commit 3498c408dee47b3b0081960d975de3b9644d77e8 Author: driesvints <[email protected]> Date: Tue Apr 19 15:37:59 2022 +0000 Update CHANGELOG commit b62b418a6d9e9aca231a587be0fc14dc55cd8d77 Author: StyleCI Bot <[email protected]> Date: Sat Apr 16 13:38:08 2022 +0000 Apply fixes from StyleCI commit 6e39bb046f08e45d70dcd6ca97e5b6689e5f3051 Author: vic <[email protected]> Date: Sat Apr 16 06:37:53 2022 -0700 [ADD] new URI Rule to validate URI and use it to RedirectRule (#1544) commit 499d68d3dcbd7680562379c2a6ee616200e558e5 Author: Dries Vints <[email protected]> Date: Fri Apr 8 15:37:16 2022 +0200 Update tests.yml (#1540) commit c9591e4df43321834c549d1cec0a5483797c5ef2 Author: Dries Vints <[email protected]> Date: Fri Apr 8 11:15:58 2022 +0200 Update pull-requests.yml commit abd3f11fb368a7cd5d3ac31f88d5f09aadf24789 Author: Dries Vints <[email protected]> Date: Fri Apr 8 11:06:34 2022 +0200 Create pull-requests.yml commit 1d6280e7280c11cbfc8e550db80d531fd55f599b Author: driesvints <[email protected]> Date: Tue Apr 5 15:30:12 2022 +0000 Update CHANGELOG commit 5bb6637cb5bf397381be4542719ea3694c808dcd Author: David Kanenwisher <[email protected]> Date: Wed Mar 30 09:42:50 2022 -0500 Upgrade firebase/php-jwt to ^6.0 (#1538) The firebase/php-jwt recently had to make breaking changes to resolve a security flaw in their library. This change upgrades that library and fixes the code that broke with the upgrade. commit 31e4ec6a66b9b92dc5b67cea7c2ee03c7c135064 Author: Dries Vints <[email protected]> Date: Wed Mar 23 13:35:12 2022 +0100 Update update-changelog.yml commit f1741c3c1ade298aeb4ed03242af2b5ae2dc47b6 Author: Dries Vints <[email protected]> Date: Thu Mar 17 11:06:46 2022 +0100 Update .styleci.yml commit 61832d38eb788a0953d70a756557de2ff9af1a3c Author: Dries Vints <[email protected]> Date: Thu Mar 17 10:54:22 2022 +0100 Update .styleci.yml commit 3ef9e2b8d7b1ccab128084fe51b95ff06c9e2d72 Author: driesvints <[email protected]> Date: Tue Mar 8 16:31:48 2022 +0000 Update CHANGELOG.md commit 1039d8b4aa71c45dbea2f140b131cae8802237e7 Author: Markus Machatschek <[email protected]> Date: Wed Feb 23 16:04:04 2022 +0100 Use anonymous migrations (#1531) commit de6e1fda1322b72764c15aef28bd099f01d61aeb Author: driesvints <[email protected]> Date: Tue Feb 22 16:10:13 2022 +0000 Update CHANGELOG.md commit c56207e9a37c849da0164842a609a9f38747e95b Author: Antonio Pauletich <[email protected]> Date: Tue Feb 15 22:44:15 2022 +0100 [10.x] Fix Faker deprecations (#1530) When using this factory in feature tests with `$this->withoutDeprecationHandling();` call the test fails as the deprecation gets converted to an exception: ``` Since fakerphp/faker 1.14: Accessing property "company" is deprecated, use "company()" instead. ``` commit 409e30849da4f8488ce09d1d18c9055944b0a66c Author: Dries Vints <[email protected]> Date: Tue Feb 8 15:13:38 2022 +0100 Create update-changelog.yml commit c56d3e0a066ae31b0baf082a2672bda935d48cf7 Author: Jonathan Mitchell <[email protected]> Date: Thu Feb 3 18:20:48 2022 -0800 Minor documentation tweak to UPGRADE.md (#1526) * Update UPGRADE.md I just went through the steps of upgrading passport from v8 to v10 and hit a minor snag that could have been solved by a tweak to the documentation. When upgrading from v8 to v9 it says place two Passport static calls "within the `boot` method of your `AppServiceProvider`" When upgrading from v9 to v10 it says you can remove the calls from your `AuthServiceProvider`. I don't claim to know where those calls belonged in the first place, so this proposal just updates the documentation to list them both. * Update UPGRADE.md Co-authored-by: Taylor Otwell <[email protected]> commit 42677aa017a747d27e0d6a87e29f0150f1414d02 Merge: d511a3c 779e34f Author: Dries Vints <[email protected]> Date: Tue Jan 25 21:07:24 2022 +0100 Merge branch '10.x' # Conflicts: # CHANGELOG.md commit 779e34f0152f42fb76b258d814956313fa38857c Author: Dries Vints <[email protected]> Date: Tue Jan 25 21:06:06 2022 +0100 Update CHANGELOG.md commit d511a3ca9ff97e65ff5de8a73a9c070c204f3b5a Author: Choraimy Kroonstuiver <[email protected]> Date: Mon Jan 24 18:51:06 2022 +0100 [11.x] Stub client on guard when calling Passport::actingAsClient() (#1519) * Allow token guard client to be set programmatically * Set the client on the TokenGuard when mocking the client * Apply fixes from StyleCI commit 231ef171e35feb21e70318190ad86208f46c3beb Merge: d239c98 ba1996c Author: Dries Vints <[email protected]> Date: Mon Jan 24 13:41:29 2022 +0100 Merge branch '10.x' # Conflicts: # CHANGELOG.md commit ba1996cdaf25c88bb8cf851442afa0ec6870a3a1 Author: yaroslawww <[email protected]> Date: Fri Jan 21 16:51:20 2022 +0200 [10.x] Allow to use custom authorization server response (#1521) * Allow to use custom authorization server response * Update src/Passport.php Remove direct initialisation as "null" Co-authored-by: Dries Vints <[email protected]> * Update Passport.php Co-authored-by: Dries Vints <[email protected]> Co-authored-by: Taylor Otwell <[email protected]> commit b4a829e52f57e871f6c40717b9c9770cac5ad795 Author: Dries Vints <[email protected]> Date: Wed Jan 12 19:12:12 2022 +0100 Update CHANGELOG.md commit b9e0b9869272d87febff38583796b68307c3dacb Author: Dries Vints <[email protected]> Date: Wed Jan 12 19:10:09 2022 +0100 Laravel v9 support (#1516) * Laravel 9 support * Update composer.json * Update tests.yml commit fe865e3b165ca203e8498e1b82ee3493b6c2c304 Author: Dries Vints <[email protected]> Date: Tue Jan 11 21:21:48 2022 +0100 Update tests.yml commit 9a431c5535f8637ba4bfa9fb07351f4226f11c63 Author: Dries Vints <[email protected]> Date: Tue Jan 11 21:21:02 2022 +0100 Update tests.yml commit 7981abed1a0979afd4a5a8bec81624b8127a287f Author: Dries Vints <[email protected]> Date: Tue Dec 7 17:57:03 2021 +0100 Update CHANGELOG.md commit 46778b0f469a69bf0ca4f47180f5b3019d1d97d9 Merge: a263428 c24402e Author: Dries Vints <[email protected]> Date: Tue Dec 7 17:55:51 2021 +0100 Merge pull request #1512 from rubengg86/php_8.1_internal_method_return_types fix: Internal method return types, php 8.1 tests compatibility commit c24402ebced91e7ada334e6e48ab119b494bacea Author: ruben <[email protected]> Date: Tue Dec 7 16:47:26 2021 +0000 fix: Internal method return types, php 8.1 tests compatibility commit d239c9829062da1c91919c8ce25b99ef3c90ea01 Author: Taylor Otwell <[email protected]> Date: Tue Dec 7 16:24:22 2021 +0000 Apply fixes from StyleCI commit bedf716a46296904cc9b8c152fbdcc49605851d6 Merge: 187580a a263428 Author: Dries Vints <[email protected]> Date: Tue Dec 7 17:23:56 2021 +0100 Merge branch '10.x' # Conflicts: # CHANGELOG.md # tests/Feature/PassportTestCase.php commit a2634286f98de77a203e6d57b231d6c30c840569 Author: Dries Vints <[email protected]> Date: Tue Dec 7 17:21:39 2021 +0100 Update CHANGELOG.md commit 9e1bbadc7474744f64a606c2696fabd64194ab6a Author: Kyryl Bogach <[email protected]> Date: Wed Dec 1 14:53:00 2021 +0100 Fix str_replace error when third parameter ($subject) is null (#1511) * Fix str_replace error when third parameter ($subject) is null in PHP 8.1.0 str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/html/vendor/laravel/passport/src/PassportServiceProvider.php line 268 * Use single quotes to fix style error commit 187580ab87352b1b5bc524aee62d32ff5183dce0 Author: Choraimy Kroonstuiver <[email protected]> Date: Fri Nov 26 16:38:14 2021 +0100 [11.x] Allow authenticated client to be retrieved from the guard (#1508) * Allow authenticated client to be retrieved from the guard * Make token guard macroable * Use previously resolved client when available * Add tests ensuring client and user are only pulled from the database once commit 0f02c6cb446ab56ad429b27250c1fd1eac6cc5de Author: Dries Vints <[email protected]> Date: Fri Nov 26 15:57:17 2021 +0100 [10.x] Update test for Laravel 9 (#1509) * Update test for Laravel 9 * wip * wip commit fa30cd604a6f525694390339621a854138efc8f7 Merge: 9d4aed7 1c69a01 Author: Dries Vints <[email protected]> Date: Tue Nov 2 17:49:40 2021 +0100 Merge branch '10.x' # Conflicts: # CHANGELOG.md # src/Passport.php commit 1c69a010930a3ce8db348967d8ad9585be4d7d4d Author: Dries Vints <[email protected]> Date: Tue Nov 2 17:45:51 2021 +0100 Update CHANGELOG.md commit 48b953439be5c6ed487f54ddebd9e13ebbfdb659 Author: Thijs Kok <[email protected]> Date: Fri Oct 29 16:01:39 2021 +0200 [10.x] Add custom encryption key for JWT tokens (#1501) * Added Passport custom encryption key * Refactored encryptUsing method * StyleCI fixes * formatting Co-authored-by: Taylor Otwell <[email protected]> commit fda2c2efd54f337be4ea8bed47d7f2665b6b7e0c Author: Dries Vints <[email protected]> Date: Thu Oct 28 21:54:22 2021 +0200 Refactor expiry dates to intervals (#1500) commit 25fa27e9902037e91849a520662d76a179254104 Merge: c889d9c e6b20bc Author: Dries Vints <[email protected]> Date: Thu Oct 21 14:32:09 2021 +0200 Merge pull request #1494 from laravel/php81 PHP 8.1 support commit e6b20bc5918b5731d93c91dfc4e1ad4ad2a11f75 Author: Dries Vints <[email protected]> Date: Thu Oct 21 11:41:40 2021 +0200 Update phpunit.xml.dist commit 9d4aed784e67ae3b584dd654cdcd99dc819b3a1f Merge: 7a026ac c889d9c Author: Dries Vints <[email protected]> Date: Tue Oct 19 17:25:47 2021 +0200 Merge branch '10.x' # Conflicts: # CHANGELOG.md commit c889d9c464fea409dffe283e9c4e7054ef7aca6f Author: Dries Vints <[email protected]> Date: Tue Oct 19 17:25:10 2021 +0200 Update CHANGELOG.md commit 2ab4b1a055e9430330f9f753ffdbd7c44ed8bae4 Author: Dries Vints <[email protected]> Date: Tue Oct 19 15:48:51 2021 +0200 PHP 8.1 support commit 9b5da83893ce350f6f79e6baca61908ed33323c1 Author: Choraimy Kroonstuiver <[email protected]> Date: Fri Oct 15 16:28:08 2021 +0200 [10.x] Ensure client model factory always creates models with a primary key, even when events are disabled (#1492) * Ensure client model factory always creates models with a primary key, even when events are disabled * Update ClientFactory.php Co-authored-by: Taylor Otwell <[email protected]> commit 0ee9586e72d87b78e4e43c53a62f189373e6ac79 Author: Taylor Otwell <[email protected]> Date: Wed Sep 22 13:02:46 2021 +0000 Apply fixes from StyleCI commit 1d9d0e474dc0d634eb17b3f6e17a1cbb827de5c5 Author: Francisco Madeira <[email protected]> Date: Wed Sep 22 14:02:37 2021 +0100 Change logo to work on Dark Theme (#1481) commit 23cffb138a6dfcd7d5aa91db6d569267e4661d43 Merge: 5381868 6906a6d Author: Dries Vints <[email protected]> Date: Thu Jul 29 14:05:57 2021 +0200 Merge pull request #1470 from ricardogobbosouza/patch-1 Fix link to documentation commit 6906a6d84b10dc412fa5fee557e50714c26f62ba Author: Ricardo Gobbo de Souza <[email protected]> Date: Thu Jul 29 08:53:17 2021 -0300 Fix link to documentation commit 5381868ded5ac32c34ad7b6b774f02c0d51e50bb Author: Andrew Millington <[email protected]> Date: Wed Jul 28 13:13:56 2021 +0100 Fix tests (#1469) commit 7a026acac7576224474f9f51b3b04d8b4541c0e7 Author: Dries Vints <[email protected]> Date: Sun Jul 18 18:05:25 2021 +0200 [11.x] Refactor routes to dedicated file (#1464) * Refactor routes to dedicated file * Update web.php * Apply fixes from StyleCI (#1465) * formatting Co-authored-by: Taylor Otwell <[email protected]> commit 9f1e2d7cecae1f5d95a2c5a0d0bcc4df8c854d8e Merge: b69f25a 12678fb Author: Dries Vints <[email protected]> Date: Fri Jul 16 17:57:01 2021 +0200 Merge branch '10.x' commit 12678fbe8c6b661e61736630db55e98d13ccad77 Author: Dries Vints <[email protected]> Date: Sun Jun 13 11:40:01 2021 +0200 wip commit 4b28beb7657652e7ee710148375a00bb49902acd Author: Dries Vints <[email protected]> Date: Sat Jun 12 20:09:02 2021 +0200 dark mode logo commit 519e1df2062e1524d1ed352ccc2227cac882f667 Author: Andrew Millington <[email protected]> Date: Fri Jun 4 19:26:16 2021 +0100 [10.x] Use Real Keys in Tests (#1450) * use real keys in tests * revert composer change * reset position of loadKeysFrom() function commit cafb8e64a91f905ff5ab3f85836371216554f379 Author: Dries Vints <[email protected]> Date: Fri Jun 4 17:33:04 2021 +0200 Update 1_Bug_report.md commit b69f25a69ffe2897fff397ff56994f059538201e Author: Taylor Otwell <[email protected]> Date: Wed May 26 08:09:39 2021 -0500 formatting commit 95bdc167391f2aba326eda674f58d7e77dd8ae60 Author: Aleksander Machniak <[email protected]> Date: Wed May 26 11:42:54 2021 +0200 Improve authenticateViaBearerToken() performance commit 5d45ccb21dff8deb80154c536bb440d98aa142f0 Merge: 66b9088 a5e4471 Author: Dries Vints <[email protected]> Date: Tue Apr 6 16:31:24 2021 +0200 Merge branch '10.x' # Conflicts: # CHANGELOG.md commit a5e4471dd99b7638ab5ca3ecab6cd87cf37eb410 Author: Dries Vints <[email protected]> Date: Tue Apr 6 16:30:45 2021 +0200 Update CHANGELOG.md commit 3d1e6bbdedf71efb147f3b5205259e8b20c2e6ad Author: Taylor Otwell <[email protected]> Date: Mon Apr 5 13:44:12 2021 -0500 use app helper commit e3478dedd938671b7598239cc8554f77de9ab9c7 Author: Mohamed Said <[email protected]> Date: Mon Apr 5 16:45:08 2021 +0200 fix binding commit 66b9088993f1be9a4a95129b61dca951e04223ff Author: Dries Vints <[email protected]> Date: Tue Mar 16 18:09:22 2021 +0100 Allow timestamps on Token model (#1425) commit 6dd09cf0458ad08d2c4555d7643c98d5ddd0cfb6 Merge: 6e7f85e ab9e204 Author: Dries Vints <[email protected]> Date: Tue Mar 16 15:54:28 2021 +0100 Merge branch '10.x' commit ab9e2045e0d8649cd84de411d0332bdd5fe763a3 Author: Dries Vints <[email protected]> Date: Thu Mar 11 17:44:50 2021 +0100 Update tests.yml commit 2138d5941cb7aaae0d745925e7807faf9c1479cc Author: baijunyao <[email protected]> Date: Mon Mar 8 04:26:25 2021 +0800 Fix `$userId` type (#1422) commit 6e7f85e31cf62f70f4f8bbd41fb9bac04f10ef9a Merge: 6ee6e70 1f1dbec Author: Dries Vints <[email protected]> Date: Fri Mar 5 22:04:22 2021 +0100 Merge branch '10.x' commit 1f1dbecf3ceecf36bd1a34da145d382fcea14764 Merge: 9f1a5d5 c7c798f Author: Dries Vints <[email protected]> Date: Fri Mar 5 22:04:09 2021 +0100 Merge pull request #1421 from laravel/ubuntu Use ubuntu-18.04 commit c7c798f872a29cebcf9979e8d7c4e53e8d4eb77d Author: Dries Vints <[email protected]> Date: Fri Mar 5 22:01:37 2021 +0100 Use ubuntu-18.04 commit 6ee6e7027013ace6baddda9b91cc20e689f18887 Merge: b2b66ad 9f1a5d5 Author: Dries Vints <[email protected]> Date: Tue Mar 2 17:40:40 2021 +0100 Merge branch '10.x' # Conflicts: # CHANGELOG.md commit 9f1a5d56eb609250104afc38cf407f7c2520cda3 Author: Dries Vints <[email protected]> Date: Tue Mar 2 17:40:00 2021 +0100 Update CHANGELOG.md commit d429a9823dc6ba00b607efa3b73c76e17f547e57 Author: Dries Vints <[email protected]> Date: Mon Mar 1 14:37:32 2021 +0100 [10.x] Backport phpseclib v2 (#1418) * Backport support for phpseclib v2 * Apply fixes from StyleCI (#1417) commit b2b66adfe37254e2814b0f1841e9ebd37174ff6a Merge: fb95081 2ed0190 Author: Dries Vints <[email protected]> Date: Tue Feb 23 21:46:16 2021 +0100 Merge branch '10.x' # Conflicts: # CHANGELOG.md commit 2ed01909228b049f6ea0aa2d4b0ae78d3b27bee3 Author: Dries Vints <[email protected]> Date: Tue Feb 23 21:45:29 2021 +0100 Update CHANGELOG.md commit fb950814a5bf86473a53f98c14312b761e1b0a39 Author: Dries Vints <[email protected]> Date: Mon Feb 22 15:13:46 2021 +0100 Revert model DB connection customization (#1412) commit 3e10037ffbc7da83f81df22bb9725fe302b66fb2 Merge: ce7f5ab b28cd97 Author: Dries Vints <[email protected]> Date: Mon Feb 22 11:55:37 2021 +0100 Merge branch '10.x' # Conflicts: # CHANGELOG.md commit b28cd974cbdca374c15a8ba6cd3533c2719e2447 Author: Dries Vints <[email protected]> Date: Thu Feb 18 16:06:38 2021 +0100 Update to phpseclib v3 (#1410) commit 8b792b4f614bd1b955d24a3ceec3521dba727e35 Author: Dries Vints <[email protected]> Date: Thu Jan 14 17:28:55 2021 +0100 Revert "[10.x] Add purging of invalid refresh tokens to command (#1396)" (#1397) This reverts commit 985577cec359d57df15ac641bfaed84fdc222824. commit 985577cec359d57df15ac641bfaed84fdc222824 Author: Alexander Karlstad <[email protected]> Date: Thu Jan 14 15:11:49 2021 +0100 [10.x] Add purging of invalid refresh tokens to command (#1396) * Delete invalid refresh tokens Delete refresh tokens referring to non-existing access tokens. * Use whereDoesntHave() instead * Add test for purge command * Update description and output of command * Update PurgeCommand.php Co-authored-by: Taylor Otwell <[email protected]> commit c2b93a7d8d93cf303bb1eefbfa5610f084f9bdd4 Author: Dries Vints <[email protected]> Date: Thu Nov 26 08:57:30 2020 +0100 Update CHANGELOG.md commit 032e2e4a7b5ed906106e9d23099c054f442a45c9 Author: Dries Vints <[email protected]> Date: Thu Nov 26 08:53:02 2020 +0100 [8.x] PHP 8 Support (#1373) * PHP 8 Support * Update JWT usage * Try out dev versions of jwt * Use vcs * Try composer token * Update phpunit xml * Fix test for JWT 3.4 * Try git url * Bind JWT Parser to container for 4.x * Add deprecation notice * Use configuration object * Use new token interface * Update composer.json * Update workflow Co-authored-by: Luís Cobucci <[email protected]> commit 034b7bac89387981c02a52c8d1d30e44b28e1e80 Author: Dries Vints <[email protected]> Date: Wed Nov 25 17:26:46 2020 +0100 Update CHANGELOG.md commit 5758a35582156ca0a116106389dd3d7f1055e1bf Author: Dries Vints <[email protected]> Date: Mon Oct 26 13:51:44 2020 +0100 Update .gitattributes commit c7cb4a562b4091971552dea5294d0d4d372a364c Merge: d28948c ed0e660 Author: Dries Vints <[email protected]> Date: Mon Oct 5 16:57:56 2020 +0200 Merge pull request #1362 from pataar/patch-1 [10.x] Update the badges to use shields.io commit ed0e6600e18a8b3cd7690ec7c68dd4d46671e1b1 Author: Pataar <[email protected]> Date: Mon Oct 5 16:04:21 2020 +0200 [10.x] Update the badges to use shields.io commit d28948c9ff9d71207ad077be221d95f8307eab2b Merge: 61de2cf 6713bd1 Author: Dries Vints <[email protected]> Date: Mon Oct 5 13:01:37 2020 +0200 Merge pull request #1361 from siarheipashkevich/unnecessary-return remove unnecessary return form service provider commit 6713bd16277dbfc5258ac95926ca6949668661fe Author: Sergey Pashkevich <[email protected]> Date: Mon Oct 5 13:56:05 2020 +0300 remove unnecessary return form service provider commit 61de2cf4e0002982baad3168256c7dd083897e41 Author: Dries Vints <[email protected]> Date: Mon Sep 21 17:19:40 2020 +0200 Remove Vue components (#1352) commit 4e53f1b237a9e51ac10f0b30c6ebedd68f6848ab Author: Dries Vints <[email protected]> Date: Tue Sep 15 18:41:42 2020 +0200 Update CHANGELOG.md commit 7a2ce6ccaa8eb56adfb2524f677d0d06806a55c9 Author: Dries Vints <[email protected]> Date: Mon Sep 14 15:47:45 2020 +0200 [10.x] Use newFactory to properly reference factory (#1349) * Use newFactory to properly reference factory * Update composer.json commit ce7f5ab7e15f11446de77a94c50fc2faf2ac283e Author: Dries Vints <[email protected]> Date: Tue Sep 8 17:30:52 2020 +0200 update branch alias commit b182a80e4dcc93e48a2e8833348706e4a6f6786c Author: Dries Vints <[email protected]> Date: Tue Sep 8 17:30:36 2020 +0200 Update CHANGELOG.md commit 71d1a70a920f991e4f459f4896b9a32fefb3f5d5 Author: Dries Vints <[email protected]> Date: Tue Sep 8 17:27:48 2020 +0200 Update CHANGELOG.md commit 445a445304a2ab76335b841797fcd951385ae37f Author: Dries Vints <[email protected]> Date: Tue Sep 8 16:44:12 2020 +0200 [10.x] Upgrade guide (#1345) * Update README.md * Update UPGRADE.md Co-authored-by: Taylor Otwell <[email protected]> commit 8a84da3464bde233f04748e46d3e78233db23179 Author: Dries Vints <[email protected]> Date: Tue Sep 8 16:36:41 2020 +0200 wip commit 23cc8e23940db77e44b549887cf985abf8917cc8 Author: Dries Vints <[email protected]> Date: Tue Sep 8 16:27:54 2020 +0200 Update CHANGELOG.md commit c044dcfc24cd4546c41f67a835a1894308d72b0a Merge: e576928 11d95f5 Author: Dries Vints <[email protected]> Date: Tue Sep 8 15:50:29 2020 +0200 Merge branch '9.x' into master commit 11d95f57393db5b3ebd0d9458c4a3f62b98ab9ee Author: Chun-Sheng, Li <[email protected]> Date: Fri Sep 4 02:36:42 2020 +0800 Using assertSame to make assertion equals strict (#1343) commit e576928242fc2d2c0e469c9aa5d07745671255b6 Author: Connor Tumbleson <[email protected]> Date: Wed Sep 2 11:13:05 2020 -0400 [10.x] Client Credentials Feature tests (#1341) * feat: add factory state method for client credentials grant * test: add pass/fail tests for client credentials grant * style: trailing comma commit ffcb546137a4ab609f8bef0d39feb2a9526bbade Author: Connor Tumbleson <[email protected]> Date: Wed Sep 2 09:15:46 2020 -0400 style: correct NBSP for regular spaces (#1339) commit df21a4351da85329ce42f43426dfb3d1a117cefa Author: Dries Vints <[email protected]> Date: Tue Aug 25 19:46:18 2020 +0200 [10.x] Support Laravel 8 (#1336) * Support Laravel 8 * Fix factories * Apply fixes from StyleCI (#1337) * fix tests Co-authored-by: Taylor Otwell <[email protected]> commit 8b41a82aa9c1a16df0416a16c9d009c401e4f3d3 Merge: 29f137a 98ad679 Author: Dries Vints <[email protected]> Date: Tue Aug 25 19:32:39 2020 +0200 Merge branch '9.x' into master commit 29f137a74ccd225c9e7efc70d649f0f655928728 Author: Antonio Pauletich <[email protected]> Date: Fri Aug 21 15:08:09 2020 +0200 Use only one PSR7 implementation (#1330) commit 98ad6792287dd0025482d58eb39e38e420c2f86a Author: Antonio Pauletich <[email protected]> Date: Thu Aug 20 21:23:48 2020 +0200 Allow PHPUnit 9 (#1328) commit 7792cd6eebb4a5b7870862d212b0f70253db587f Author: Antonio Pauletich <[email protected]> Date: Thu Aug 20 21:23:33 2020 +0200 Use newer Github actions (#1329) commit bc0aca315b84c7d59abf925d6f4cee43a388fee3 Author: Antonio Pauletich <[email protected]> Date: Thu Aug 20 15:47:52 2020 +0200 Remove Guzzle dependency (#1327) commit 6d4393e3be8b2ffb8a9e3c270f6ca3b534f0ccf9 Author: Dries Vints <[email protected]> Date: Fri Aug 7 22:57:40 2020 +0200 Remove old static personal client methods (#1325) commit 995b3f21bc5e7f3231e1c86dafa44670ada57430 Merge: 7b1f73f fcb7654 Author: Dries Vints <[email protected]> Date: Mon Jul 27 21:30:13 2020 +0200 Merge branch '9.x' commit fcb7654e600f3c6afef880f82be5eafd0d6883b0 Author: Dries Vints <[email protected]> Date: Mon Jul 27 21:29:56 2020 +0200 Update CHANGELOG.md commit 7b1f73f609c5fd4a0b6827da6980938379ef9cae Merge: a3bfbb8 192fe38 Author: Dries Vints <[email protected]> Date: Mon Jul 27 20:36:27 2020 +0200 Merge branch '9.x' # Conflicts: # CHANGELOG.md commit 192fe387c1c173c12f82784e2a1b51be8bd1bf45 Author: Dries Vints <[email protected]> Date: Mon Jul 27 20:34:39 2020 +0200 Update CHANGELOG.md commit 75f1ad218ddf4500f2beb9e5c2fb186530e8ddb6 Author: Dries Vints <[email protected]> Date: Mon Jul 27 20:32:31 2020 +0200 Update composer.json commit e5a91cef7e89e840d1c8fdb3df826672c7379753 Merge: 38d9ee0 4977c82 Author: Dries Vints <[email protected]> Date: Mon Jul 27 20:30:10 2020 +0200 Merge pull request #1322 from laravel/cookie-fixes fix cookie handling for security release commit 4977c8268bd3f84b1d2a4a00cd2b8a7ed3bdf666 Author: Taylor Otwell <[email protected]> Date: Mon Jul 27 13:16:41 2020 -0500 Apply fixes from StyleCI (#1321) commit de6ae4b12ec3b9497c3d4193a5d8994482d00769 Author: Taylor Otwell <[email protected]> Date: Mon Jul 27 13:16:19 2020 -0500 fix cookie handling for security release commit a3bfbb87e9a61d9a3d4f66eee071f672f62cd849 Merge: d440355 38d9ee0 Author: Dries Vints <[email protected]> Date: Tue Jul 21 17:18:55 2020 +0200 Merge branch '9.x' # Conflicts: # CHANGELOG.md commit 38d9ee08974fed5d41376a52a994eaca615138a4 Author: Dries Vints <[email protected]> Date: Tue Jul 21 17:16:20 2020 +0200 Update CHANGELOG.md commit f09aee52e807c6c884a1d5834a61df899ea8276f Author: TARMIZI SANUSI <[email protected]> Date: Thu Jul 16 20:45:59 2020 +0800 Apply table responsive on table class (#1318) commit 248b95adf0a9019f12d0d62c5dcfa7eac0febeab Author: Martin Hettiger <[email protected]> Date: Tue Jul 14 20:32:36 2020 +0200 Use custom models in purge command if set (#1316) commit 98b4425aefa81a9c0e6a8746330652c1a27e5ae4 Merge: 5e36561 f0bd801 Author: Dries Vints <[email protected]> Date: Thu Jul 9 16:28:48 2020 +0200 Merge pull request #1314 from laravel/driesvints-patch-1 Update tests.yml commit f0bd801f0cc646aff7d5d849c8397c4b31f586c5 Author: Dries Vints <[email protected]> Date: Thu Jul 9 16:26:39 2020 +0200 Update tests.yml commit d440355e8388b6a4335b52488cdcde3bbd7c5353 Merge: 4d510ee 5e36561 Author: Dries Vints <[email protected]> Date: Tue Jul 7 17:50:32 2020 +0200 Merge branch '9.x' # Conflicts: # CHANGELOG.md commit 5e3656187a56ad49eeaa9afe804f417f2e6db844 Author: Dries Vints <[email protected]> Date: Tue Jul 7 17:49:46 2020 +0200 Add index to access_token_id column commit 52fc782d8013e27c53f9dd1bfba66e0c42fdb3db Author: Dries Vints <[email protected]> Date: Tue Jul 7 17:06:30 2020 +0200 Update CHANGELOG.md commit 5654ce8211528cfcbb53c395d86955ebfe66c37d Author: Dries Vints <[email protected]> Date: Mon Jul 6 18:39:05 2020 +0200 Match property sequence commit 4d510ee5e2cd1481233762ab18465bfcb15b8b72 Merge: f66b981 724acae Author: Dries Vints <[email protected]> Date: Tue Jun 30 22:23:00 2020 +0200 Merge branch '9.x' # Conflicts: # CHANGELOG.md commit 724acaea99204728a1baf7b9b730bf97debbf94c Author: Dries Vints <[email protected]> Date: Tue Jun 30 22:17:21 2020 +0200 Update CHANGELOG.md commit 9c138a740dd6369c6ab3b64126d1086723bf94ef Merge: 7ddaa0f 5599571 Author: Dries Vints <[email protected]> Date: Tue Jun 30 14:22:24 2020 +0200 Merge pull request #1311 from ankurk91/patch/guzzle-7 Allow guzzle v7 commit 5599571d410656e68d3be1cd4b35b3e811737814 Author: Ankur Kumar <[email protected]> Date: Tue Jun 30 17:44:11 2020 +0530 Allow guzzle v7 commit 7ddaa0fa6ff5c100cf755bf85d86886e0edcb0e8 Author: Dries Vints <[email protected]> Date: Thu Jun 25 14:36:25 2020 +0200 Update CHANGELOG.md commit f984a7f557ad38f55287322b6143071a5f61a40d Author: Dries Vints <[email protected]> Date: Fri Jun 19 15:40:04 2020 +0200 Fix maxlength for token names (#1300) commit 63c8b6645b2503af10ae3f64938c12b2790ac753 Author: 白俊遥 <[email protected]> Date: Thu Jun 11 22:45:14 2020 +0800 Improve `passport:install` command (#1294) commit f66b981857d8d093ee3f7b617fa6761b42950e6b Author: Dries Vints <[email protected]> Date: Fri Jun 5 15:38:42 2020 +0200 Apply fixes from StyleCI (#1292) commit c242d48085ad59663e6d3a7302cb0fabfbbc79b3 Author: Dries Vints <[email protected]> Date: Fri Jun 5 15:38:22 2020 +0200 Apply fixes from StyleCI (#1291) commit 051a4ce9403899549009fb31932189d84e7e6166 Merge: e2ef985 7359e38 Author: Dries Vints <[email protected]> Date: Fri Jun 5 15:38:18 2020 +0200 Merge branch '9.x' commit 7359e3842fff1d795a76c91e81259f74f9a1bdd6 Author: Dries Vints <[email protected]> Date: Fri Jun 5 15:37:50 2020 +0200 Cleanup tests commit ab0f5be76ec7fec6d08c5c8bb9467bca7023430b Merge: 80b2f7b 0c20f31 Author: Dries Vints <[email protected]> Date: Thu Jun 4 09:28:14 2020 +0200 Merge pull request #1290 from PanjiNamjaElf/9.x Fix typo on param doc commit 0c20f3165406843956768f1bfa9400fbafb78ca5 Author: Panji Setya Nur Prawira <[email protected]> Date: Thu Jun 4 07:28:50 2020 +0700 Fix typo on param doc commit 80b2f7b2b021a877888e3df178ae24cf68b614ed Merge: 0931d75 d2d157a Author: Dries Vints <[email protected]> Date: Wed May 27 14:49:32 2020 +0200 Merge pull request #1287 from corbosman/9.x correct test name commit d2d157aaf1806ddb64a2f957ab0e0fb436fd3dda Author: Cor Bosman <[email protected]> Date: Wed May 27 12:34:26 2020 +0200 correct test name commit e2ef9850268161aa1b9decba33758b04e5eab0da Merge: ce4c53c 0931d75 Author: Dries Vints <[email protected]> Date: Thu May 14 10:26:35 2020 +0200 Merge branch '9.x' # Conflicts: # CHANGELOG.md commit 0931d75235283d651b767d291a79cafba5d6ce68 Author: Dries Vints <[email protected]> Date: Thu May 14 10:24:43 2020 +0200 Update CHANGELOG.md commit bedf02c8bb8fb9ca373e34f0ceefb2e8c5bf006b Author: Dries Vints <[email protected]> Date: Thu May 14 10:21:57 2020 +0200 Fix HashCommand commit b8657e39c28e3d4a44dfa313688a028ea5a998e0 Author: Taylor Otwell <[email protected]> Date: Wed May 13 09:11:27 2020 -0500 formatting commit 5a5c0cf2da4ef30d055346e3c109ea9b3b654a07 Author: Jordan Hoff <[email protected]> Date: Tue May 12 16:44:09 2020 -0500 Set actingAsClient token client as proper relationship commit ce4c53c55cd0fa9f2482131b0328a12ff3013bc9 Merge: 789bfe1 9f4b881 Author: Dries Vints <[email protected]> Date: Tue May 12 22:46:10 2020 +0200 Merge branch '9.x' # Conflicts: # CHANGELOG.md commit 9f4b88114e7517db58428cef0ba461f86a2e5f92 Author: Dries Vints <[email protected]> Date: Tue May 12 22:45:28 2020 +0200 Update CHANGELOG.md commit 515cc10ba0c80106c9178c0bb964bcabbe51782b Author: Afonso Gloeden <[email protected]> Date: Tue May 12 17:35:26 2020 -0300 Nonstandard ID in the token's relationship with the user (#1267) commit 789bfe1b9fab6b3fb47e71ff57e58802dae01620 Author: Geoff Garbers <[email protected]> Date: Tue May 12 15:26:47 2020 +0200 Change to forceFill. Fixes #908. (#1266) commit 343e3ea2e7d6ce4aac2e4c1ec5bde5aa27cd1762 Merge: 36acc84 7ab3bdb Author: Taylor Otwell <[email protected]> Date: Mon May 11 10:11:11 2020 -0500 Merge branch 'add-models-database-connection-config' into 9.x commit 7ab3bdbdb9bf162f2da9d8c445523dc63c862248 Author: Taylor Otwell <[email protected]> Date: Mon May 11 10:11:04 2020 -0500 formatting commit 36acc8413d6eada8877d43e2ee71851a7a511e92 Author: Taylor Otwell <[email protected]> Date: Mon May 11 08:54:33 2020 -0500 wording commit 610cf06e3bd2b9c45abf366d88fd5083e85caa9d Author: Dries Vints <[email protected]> Date: Mon May 11 15:51:45 2020 +0200 [9.x] Update UPGRADE.md (#1265) * Update UPGRADE.md * Update UPGRADE.md Co-authored-by: Taylor Otwell <[email protected]> commit 555e02c212022393888cbd4e902b327e9ec9ad7a Author: antonkomarev <[email protected]> Date: Fri May 8 03:02:51 2020 +0300 Allow to change Models database connection commit ca0e68378d434a78bdb2eeb7ba2ca630868f0842 Merge: c274e92 d9bc3fa Author: Dries Vints <[email protected]> Date: Fri May 8 17:11:58 2020 +0200 Merge pull request #1261 from aaronhuisinga/9.x Match name of personal access token methods to config commit d9bc3fa5f4b19fd15e42380048ff686ffcce0f3b Author: Aaron Huisinga <[email protected]> Date: Fri May 8 10:08:09 2020 -0500 Match name of personal access token methods to config The config values included in passport.php don't match those shown in the upgrade guide for personal access tokens in v9.1. This matches the values with those in the config file. commit c274e928a9f43d517b9887446288d3129b1543f9 Author: Dries Vints <[email protected]> Date: Fri May 8 15:55:52 2020 +0200 Update CHANGELOG.md commit ab797a3557c29f1eae7976a7cdec43ce0947295a Author: Dries Vints <[email protected]> Date: Fri May 8 15:51:17 2020 +0200 [9.x] Implement secret modal (#1258) * Implement secret modal * Add upgrade note on vue assets * Revert change * Update UPGRADE.md Co-authored-by: Taylor Otwell <[email protected]> commit 2c24ae40239f17e6689830b8243eec7ebc140582 Author: Dries Vints <[email protected]> Date: Fri May 8 15:50:58 2020 +0200 Update UPGRADE.md commit 07b5f1140dcc494aa366da81140a46b9b3636d45 Author: Dries Vints <[email protected]> Date: Fri May 8 15:49:40 2020 +0200 [9.x] Warn about one-time-hashed-secret (#1259) * Warn about one-time-hashed-secret * Update ClientCommand.php Co-authored-by: Taylor Otwell <[email protected]> commit 03e4e516b6a0986e0557b11dd96ea2b180b1c3dd Author: Taylor Otwell <[email protected]> Date: Fri May 8 08:47:23 2020 -0500 formatting commit e46ebc5f58e45bb865e4a3fb6037b03f7836ffc8 Author: Dries Vints <[email protected]> Date: Fri May 8 13:50:30 2020 +0200 Implement personal access client config commit 08bf38969087997de027068a0ab76db45e09a638 Author: Dries Vints <[email protected]> Date: Fri May 8 11:16:02 2020 +0200 Fix updating clients in Vue commit e82a6d2731c34d4dbea3bf19ce6c363f3980358e Author: Aaron Huisinga <[email protected]> Date: Thu May 7 16:10:18 2020 -0500 Add force option to hash command (#1251) commit 367dc447709872ba6f571d3931e9093a779794e6 Merge: fedcf05 a368f9e Author: Dries Vints <[email protected]> Date: Wed May 6 19:13:36 2020 +0200 Merge branch '9.x' # Conflicts: # CHANGELOG.md commit a368f9e079b6c52a8c6aa17f7dce3d98c0a61102 Author: Dries Vints <[email protected]> Date: Wed May 6 19:12:38 2020 +0200 Fix tests commit 25552e0bad280f5f5b778f54b8f5e895b18bf7e5 Author: Dries Vints <[email protected]> Date: Wed May 6 19:11:56 2020 +0200 Update CHANGELOG.md commit aff9d0933737354d04df98cfc431fa20309be03a Author: Dries Vints <[email protected]> Date: Wed May 6 19:08:52 2020 +0200 Fix create client call commit 32e5a6a2c11a53676bb12e65bc2eed7963ab8405 Author: Bill Riess <[email protected]> Date: Wed May 6 12:56:23 2020 -0400 Moved provider check to bearer token only (#1246) commit 586fc5a260e923e1dd7028d9c53a94ceb47c52dc Author: Dries Vints <[email protected]> Date: Wed May 6 17:45:45 2020 +0200 Fix displaying secret in Vue component (#1244) commit fedcf05274a6bea76f7868119ded693995fdf481 Merge: 81c92b0 7183f24 Author: Dries Vints <[email protected]> Date: Tue May 5 21:46:24 2020 +0200 Merge branch '9.x' commit 7183f2448c160650f9fa60937eb22b0f2bdb54d6 Author: Dries Vints <[email protected]> Date: Tue May 5 21:46:08 2020 +0200 Update CHANGELOG.md commit 81c92b0ecb43ace27e73d325dad6a7b682a5b1e3 Merge: 9687b55 683becd Author: Dries Vints <[email protected]> Date: Tue May 5 21:44:26 2020 +0200 Merge branch '9.x' commit 683becd29508ca4a26451715cc2c393d39a7a1ec Author: Dries Vints <[email protected]> Date: Tue May 5 21:44:02 2020 +0200 Update CHANGELOG.md commit a9043df2aa2a7ee8d2350269f179576867d5f2ec Author: Taylor Otwell <[email protected]> Date: Tue May 5 14:41:02 2020 -0500 fix hashing name commit 1176eb516c0501435862851a48adece9ca6fdcb4 Author: Dries Vints <[email protected]> Date: Tue May 5 21:35:31 2020 +0200 [9.x] Update UPGRADE.md (#1240) * Update UPGRADE.md * Update UPGRADE.md Co-authored-by: Taylor Otwell <[email protected]> commit b9764582d06dd2327eb4d1d267c4dfe7861ceb5a Author: Taylor Otwell <[email protected]> Date: Tue May 5 14:27:11 2020 -0500 Apply fixes from StyleCI (#1242) commit 7a397176163994d4a74dc16b34c0cf29c7712af2 Author: Dries Vints <[email protected]> Date: Tue May 5 21:26:53 2020 +0200 [9.x] Implement passport:hash command (#1238) * Implement passport:hash command * Skip records which are already hashed * Fix client command when hashing secrets * Use password_get_info * Update HashCommand.php Co-authored-by: Taylor Otwell <[email protected]> commit 69ccc344ae7bb5fd24e503bbb1528724eec4544f Author: Dries Vints <[email protected]> Date: Tue May 5 17:19:43 2020 +0200 Update CHANGELOG.md commit ceecafa6b034569cb727791b086678adf8d3ee3a Merge: 099d23a a8ce201 Author: Dries Vints <[email protected]> Date: Tue May 5 17:02:45 2020 +0200 Merge pull request #1236 from laravel/remove-old-jwt-versions [9.x] Drop support for old JWT versions commit 099d23a25ef336371c8341d9d5fc4854cc069a7e Merge: 1d508bb 8a63623 Author: Dries Vints <[email protected]> Date: Tue May 5 17:02:37 2020 +0200 Merge pull request #1237 from laravel/update-league-server-dependency [9.x] Bump league server dependency commit 8a63623e0b177a86b2266d4b52391ea12e0c2067 Author: Dries Vints <[email protected]> Date: Tue May 5 16:58:37 2020 +0200 Bump league server dependency commit a8ce2011b204ce9803b66b5a1128c33289489b63 Author: Dries Vints <[email protected]> Date: Tue May 5 16:55:39 2020 +0200 Drop support for old JWT versions commit 9687b554fd9341f42b552de1bd38ce17d18c9698 Author: Dries Vints <[email protected]> Date: Tue May 5 16:50:58 2020 +0200 Update branch-alias commit d538b53403086788568b24d10a88b20332cb2b07 Author: Dries Vints <[email protected]> Date: Tue May 5 16:50:46 2020 +0200 Update CHANGELOG.md commit 1d508bbe745b089994ec468666be560708fed11d Author: Dries Vints <[email protected]> Date: Tue May 5 16:49:05 2020 +0200 Update CHANGELOG.md commit 933241b190097e0ddf13a3a52d17ad31de3d54d0 Author: Dries Vints <[email protected]> Date: Tue May 5 16:32:45 2020 +0200 Remove deprecated functionality (#1235) commit bc39485866a663a3d7d76c82add27c19d09492ef Merge: 11d8533 6affa6e Author: Dries Vints <[email protected]> Date: Tue May 5 16:28:56 2020 +0200 Merge branch '8.x' # Conflicts: # CHANGELOG.md # src/Client.php commit 6affa6ed600c5f8909385fbae7cf6f8af3db2d39 Author: Dries Vints <[email protected]> Date: Tue May 5 16:25:53 2020 +0200 Update CHANGELOG.md commit 6896a17f6db29ae4f928e2bbc350bd30e8ae5014 Author: Taylor Otwell <[email protected]> Date: Mon May 4 10:58:12 2020 -0500 [8.x] Automatic configuration of client uuids (#1231) Automatic configuration of client UUIDs via passport:install --uuids commit 11d85331caffa96db846ed22dda4170cea219e1c Merge: 4f52c4c cdc37f0 Author: Taylor Otwell <[email protected]> Date: Tue Apr 28 16:06:43 2020 -0500 Merge branch 'billriess/8.x' commit cdc37f06b592e4349fcf4c473e2c6b2ef91c5abc Author: Taylor Otwell <[email protected]> Date: Tue Apr 28 16:06:28 2020 -0500 formatting commit e52ceba1d3e9791d387935c2cd57e3eb7be10cee Author: Taylor Otwell <[email protected]> Date: Tue Apr 28 15:14:30 2020 -0500 Update Client.php commit 3e46d5918c871adda54842bc359fcf42d7550856 Author: Bill Riess <[email protected]> Date: Mon Apr 27 06:19:37 2020 -0400 StyleCI + validation tweak commit 7569525d6da44402148359cc0329d2397f9d3195 Author: Bill Riess <[email protected]> Date: Mon Apr 27 06:14:05 2020 -0400 Fixed tests commit 10d09fe63bc582115e247d32a8fed5ceaca25b12 Author: Dries Vints <[email protected]> Date: Mon Apr 27 10:23:05 2020 +0200 Decorate UserProvider with custom class commit 7904a36f4001a1b308200bf0c0f123213c8e348e Author: Bill Riess <[email protected]> Date: Sun Apr 26 23:47:54 2020 -0400 Call the validation... commit 834f9a5384163b2e98af1ec9de8e6b0d6f3e4eea Author: Bill Riess <[email protected]> Date: Sun Apr 26 23:43:33 2020 -0400 Cleaned up returns, removed redundant code commit 06f6cbd855caa76c07e566c48bdc389a3d7b6424 Author: Bill Riess <[email protected]> Date: Sun Apr 26 23:39:22 2020 -0400 Compare models directly on providers. commit 4f52c4cfe21874e5677291a9a598ed35c40973c3 Merge: 95c50cc dd4b1d9 Author: Dries Vints <[email protected]> Date: Tue Apr 21 21:27:07 2020 +0200 Merge branch '8.x' # Conflicts: # CHANGELOG.md # src/Http/Middleware/CheckClientCredentials.php # src/Http/Middleware/CheckClientCredentialsForAnyScope.php commit dd4b1d96eb1fe556a6eb2c55c942360364aa02c1 Author: Dries Vints <[email protected]> Date: Tue Apr 21 21:24:59 2020 +0200 Update CHANGELOG.md commit 31d5dfc19367443519cdf66c6d26f5ea250ce2f8 Merge: 02e2d83 010b807 Author: Taylor Otwell <[email protected]> Date: Mon Apr 20 21:21:07 2020 -0500 Merge pull request #1222 from pkostic/8.x Fix 500 Internal Server Error response on validating recently deleted client commit 010b807bcb64038f97858b980ed5c97b4d15bf47 Author: Predarg Kostic <[email protected]> Date: Mon Apr 20 20:41:56 2020 +0200 Fix exception on deleted client auth commit e8b12f229b116c4b5332874c6f74ac32edf724c6 Author: Bill Riess <[email protected]> Date: Mon Apr 20 11:00:35 2020 -0400 DocBlocks and formatting commit 95eb3b354b0c571ffd46ee729c196c0abacc62c3 Author: Bill Riess <[email protected]> Date: Sat Apr 18 00:12:57 2020 -0400 StyleCI suggestion commit 339abf70d09c5501260db5259c7a265fd927b58d Author: Bill Riess <[email protected]> Date: Sat Apr 18 00:09:36 2020 -0400 Fixed validation to fallback if provider is not defined commit 687b12a76aac92df22f294f2133930e6732140f5 Author: Bill Riess <[email protected]> Date: Fri Apr 17 15:43:27 2020 -0400 Check if client is set when validating commit ff788805a012bb35f7b17b9e37e5f84ad66240a9 Author: Bill Riess <[email protected]> Date: Fri Apr 17 04:21:59 2020 -0400 StyleCI suggestion Co-Authored-By: Dries Vints <[email protected]> commit edd3713991343d175647e6f4e2de026772c68ece Author: Bill Riess <[email protected]> Date: Fri Apr 17 04:19:27 2020 -0400 Default provider to users if exists otherwise null commit 83dbcd3be1b491af623c7c289a74ec49ebd8e52e Author: Bill Riess <[email protected]> Date: Fri Apr 17 04:18:57 2020 -0400 DocBlocks commit 639788bfebe87529b916d853482f9e5753e02af8 Author: Bill Riess <[email protected]> Date: Fri Apr 17 03:05:21 2020 -0400 Initial support for multiple providers commit 02e2d8332bc24dbf17dfcb8278cdddf2d6734529 Author: Dries Vints <[email protected]> Date: Tue Apr 14 11:19:25 2020 +0200 Update tests.yml commit 95c50cc3d50df7b4f62c5bee4972b01d6db043e7 Merge: 3815fac edb9ccb Author: Dries Vints <[email protected]> Date: Tue Mar 31 17:49:44 2020 +0200 Merge branch '8.x' # Conflicts: # CHANGELOG.md commit edb9ccb9993ca98c7347da2fae20e1b8b4895f31 Author: Dries Vints <[email protected]> Date: Tue Mar 31 17:48:43 2020 +0200 Update CHANGELOG.md commit 5224dc4256200a0f06d1ae1834533fef43ef15df Merge: 86a2cd8 0319409 Author: Taylor Otwell <[email protected]> Date: Thu Mar 26 14:54:01 2020 -0500 Merge pull request #1207 from lucasmichot/feature/8.x/cleanup-resolveInheritedScopes [8.x] Fix resolveInheritedScopes. commit 0319409bbd93e0c265117344a02ac7dd033a822a Author: Taylor Otwell <[email protected]> Date: Thu Mar 26 14:53:54 2020 -0500 Update Token.php commit 92f729ff68490a3f2483d6686f900f8c3c109663 Author: Lucas Michot <[email protected]> Date: Thu Mar 26 18:55:37 2020 +0100 Add an extra test. commit 2af64529adaf65f650b373f683116cdd42e3d738 Author: Lucas Michot <[email protected]> Date: Thu Mar 26 17:54:47 2020 +0100 Fix resolveInheritedScopes. commit 86a2cd83cd341149c7ff8d64af2be71b11504fed Author: Dries Vints <[email protected]> Date: Tue Mar 24 18:13:14 2020 +0100 Update config.yml commit 21d2ec33c26c0948e8d9dda6da730a633e9fc086 Author: Dries Vints <[email protected]> Date: Tue Mar 24 18:13:01 2020 +0100 Update 1_Bug_report.md commit 3815facb039798bab73327cb6f98b7937dae1f8c Merge: 8506e88 0420dc2 Author: Dries Vints <[email protected]> Date: Tue Mar 24 17:55:47 2020 +0100 Merge branch '8.x' # Conflicts: # CHANGELOG.md commit 0420dc294ce2fbf92bb3a2d18505053f552b70b1 Author: Dries Vints <[email protected]> Date: Tue Mar 24 17:31:27 2020 +0100 Update CHANGELOG.md commit efae7be9e935704d26cfae543021a394b1404171 Merge: 4088cdf d95d252 Author: Dries Vints <[email protected]> Date: Fri Mar 20 12:03:17 2020 +0100 Merge pull request #1205 from crynobone/patch-2 [8.x] mergeConfigFrom() already check if app is running with config cached. commit d95d252c471915ee2a48a4d27fe5c67adb0f7ca2 Author: Mior Muhammad Zaki <[email protected]> Date: Fri Mar 20 12:37:46 2020 +0800 [8.x] mergeConfigFrom() already check if app is running with config cached. https://github.com/illuminate/support/blob/6.x/ServiceProvider.php#L60-L67 commit 8506e88981b76b9464cc9791f51a24c8548dc9eb Merge: c19d57e 4088cdf Author: Dries Vints <[email protected]> Date: Wed Mar 4 14:56:00 2020 +0100 Merge branch '8.x' # Conflicts: # CHANGELOG.md commit 4088cdf174d25ccf3fb79d234b94b2a90785fa69 Author: Dries Vints <[email protected]> Date: Wed Mar 4 14:55:07 2020 +0100 Update CHANGELOG.md commit c19d57e3fea8529466b05838a7a0311258a521b1 Merge: 59f012b ded0ccd Author: Dries Vints <[email protected]> Date: Mon Mar 2 14:12:11 2020 +0100 Merge branch '8.x' commit ded0ccde2d0ba9d54d5edde4810535ae258a5661 Author: Dries Vints <[email protected]> Date: Mon Mar 2 14:10:46 2020 +0100 Fix tests commit 59f012b9779c7e4e7e739578ebc5b2d7c4a2115f Merge: d3874bd 32c3a43 Author: Dries Vints <[email protected]> Date: Fri Feb 21 17:23:05 2020 +0100 Merge branch '8.x' commit 32c3a43686a4214855bd7e67e773a5acbcde7a4b Merge: a35da95 0d9a007 Author: Dries Vints <[email protected]> Date: Fri Feb 21 17:22:41 2020 +0100 Merge pull request #1201 from laravel/github-actions [8.x] GitHub actions commit 0d9a007cbb814b8b6052200a969f209388fd3b04 Author: Dries Vints <[email protected]> Date: Thu Feb 20 17:43:12 2020 +0100 Bump dependencies commit d3874bddc7e738716ca50e5fbd92d416e7ddf7a9 Merge: 746ffc3 a35da95 Author: Dries Vints <[email protected]> Date: Thu Feb 20 18:06:42 2020 +0100 Merge branch '8.x' commit 18e33ab3c63939ea183b4801ecba086bee060370 Author: Dries Vints <[email protected]> Date: Thu Feb 20 17:11:03 2020 +0100 Implement Github Actions commit a35da9541790bb8f156e4cb0c6c6336ead705c4b Author: Dries Vints <[email protected]> Date: Thu Feb 20 17:08:22 2020 +0100 Apply fixes from StyleCI (#1198) commit 51a04848007cd7e17977b6507d1633c6eff3b556 Author: Dries Vints <[email protected]> Date: Thu Feb 20 17:07:57 2020 +0100 Refactor to sqlite tests commit b4ae2a18ca178ead7c336e4bbc42f8a6da4c9ca4 Merge: 02a3d92 0fa684f Author: Taylor Otwell <[email protected]> Date: Mon Feb 17 08:18:22 2020 -0600 Merge pull request #1193 from Ilyes512/small-cleanup [8.x] Joined config publish registering with the rest of the publish regist… commit 746ffc3c28a5a04adf18d3737538cd1969fa84a2 Merge: 0d42c31 02a3d92 Author: Dries Vints <[email protected]> Date: Mon Feb 17 14:23:55 2020 +0100 Merge branch '8.x' # Conflicts: # CHANGELOG.md commit 0fa684fa955ece4e61ef3b1979a1a299b56bb4fe Author: Ilyes512 <[email protected]> Date: Sat Feb 15 16:24:55 2020 +0100 Joined config publish registering with the rest of the publish registries commit 02a3d92c9767b586cdc621df1df0c89b9f423bbf Merge: c1be259 b5c5093 Author: Taylor Otwell <[email protected]> Date: Thu Feb 13 08:15:45 2020 -0600 Merge pull request #1192 from laravel/clear-session-instances [8.x] Forget session keys on invalid match commit b5c5093a4cfc253d2fa4da1237bfc8e417a35792 Author: Dries Vints <[email protected]> Date: Thu Feb 13 14:15:09 2020 +0100 Forget session keys on invalid match commit c1be259ff85109416e9e81c80fa4d3d611d6398a Author: Dries Vints <[email protected]> Date: Wed Feb 12 15:34:02 2020 +0100 Update CHANGELOG.md commit b46829bb7e65893742a852f1e56d2c7ce8838a8a Merge: e560aa8 bf6b57d Author: Taylor Otwell <[email protected]> Date: Tue Feb 11 13:28:58 2020 -0600 Merge pull request #1188 from laravel/auth-token [8.x] Implement auth token for access requests commit bf6b57ddd572490f04bfd11bf729f1c3ab4ffe76 Author: Dries Vints <[email protected]> Date: Tue Feb 11 20:28:20 2020 +0100 Optionally skip if no auth_token is provided commit adb02ff8408719d9818920b772f91e74c27c44dc Author: Dries Vints <[email protected]> Date: Tue Feb 11 19:54:40 2020 +0100 Implement auth token for access requests commit e560aa854dd967bde7e87a9a1855609463d1f058 Merge: 0920021 e7876c6 Author: Taylor Otwell <[email protected]> Date: Tue Feb 11 12:02:23 2020 -0600 Merge pull request #1186 from laravel/revoke-refresh-tokens [8.x] Revoke refresh tokens as well commit e7876c6201ffbd4c35e0d772ca58dae9f7696b80 Author: Dries Vints <[email protected]> Date: Tue Feb 11 18:03:04 2020 +0100 Revoke refresh tokens as well commit 09200216fc108c3419fbee0f5d1e11dfebcd316c Merge: 98456cb d5f7cdc Author: Taylor Otwell <[email protected]> Date: Mon Feb 10 08:21:09 2020 -0600 Merge pull request #1181 from X-Coder264/add-feature-tests-for-password-grant [8.x] Add tests for getting the access token with the password grant commit d5f7cdc164f55c319a712108473d4e70608d24d2 Author: Antonio Pauletich <[email protected]> Date: Sat Feb 8 22:17:42 2020 +0100 Add password grant feature tests commit 98456cb16efd2ef7b41797e0a8559c9d8b4112f8 Author: Dries Vints <[email protected]> Date: Wed Jan 29 14:25:24 2020 +0100 Update CHANGELOG.md commit 20e9b66fcd003ba41301fc5de23b9892e307051a Author: Dries Vints <[email protected]> Date: Wed Jan 29 14:24:08 2020 +0100 Remove foreign keys commit 80721e3fbc77950f3dd3b0e978a4ad727c78a0a7 Author: Dries Vints <[email protected]> Date: Wed Jan 29 14:04:13 2020 +0100 Update CHANGELOG.md commit e3d3c867d696c95e1cda7817533924db0f988007 Author: Dries Vints <[email protected]> Date: Tue Jan 28 22:17:01 2020 +0100 Update CHANGELOG.md commit e4674437484b816b54bf8c283ab86ad0b467d491 Merge: 140a693 72e4f0f Author: Taylor Otwell <[email protected]> Date: Mon Jan 27 08:56:35 2020 -0600 Merge pull request #1171 from Orrison/clientFactory [8.x] Add a Passport Client factory to Passport publishing commit 72e4f0f2cbd02e46de73f6d0d7fcbde0805ec28d Author: Taylor Otwell <[email protected]> Date: Mon Jan 27 08:56:20 2020 -0600 Update PassportClientFactory.php commit a4fe544e121169b8fd22d0f79c37b70494e52362 Author: Kevin Ullyott <[email protected]> Date: Fri Jan 24 14:29:51 2020 -0800 Publish the passport-factories Signed-off-by: Kevin Ullyott <[email protected]> commit 53b8bbfd7aaef688afca617137bc9a2fa7528569 Author: Kevin Ullyott <[email protected]> Date: Fri Jan 24 14:29:37 2020 -0800 Create the PassportClientFactory Signed-off-by: Kevin Ullyott <[email protected]> commit 140a693a079f5611b3342360cde00b10e94162c1 Author: Taylor Otwell <[email protected]> Date: Tue Jan 21 15:13:09 2020 -0600 wip commit 128f99ccf1a985aba328dc9e81f764be55c36700 Merge: 4c163b7 46893d6 Author: Taylor Otwell <[email protected]> Date: Tue Jan 21 15:09:16 2020 -0600 Merge pull request #1169 from KieronWiltshire/8.x [8.x] Shouldn't the migrations use bigIncrements and indexes on relationships? commit 46893d69e5811afbbb4618b714cb5a81dd17473f Author: Kieron Wiltshire <[email protected]> Date: Tue Jan 21 15:43:06 2020 +0000 Update 2016_06_01_000005_create_oauth_personal_access_clients_table.php commit 09003bfe79aa3feb6618353e36851c86cb547102 Author: Kieron Wiltshire <[email protected]> Date: Tue Jan 21 15:42:33 2020 +0000 Update 2016_06_01_000004_create_oauth_clients_table.php commit 0eabb22ed4f7d8b1586ba039d0f437aded88375e Author: Kieron Wiltshire <[email protected]> Date: Tue Jan 21 15:42:07 2020 +0000 Update 2016_06_01_000003_create_oauth_refresh_tokens_table.php commit 63db1d6260a81d971922c7a13cebd2699f002cff Author: Kieron Wiltshire <[email protected]> Date: Tue Jan 21 15:41:41 2020 +0000 Update 2016_06_01_000002_create_oauth_access_tokens_table.php commit 32d5d60d18532dd21335cbb829d051a92c67bb0a Author: Kieron Wiltshire <[email protected]> Date: Tue Jan 21 15:41:16 2020 +0000 Update 2016_06_01_000001_create_oauth_auth_codes_table.php commit 0d42c3188b05d2eba533d85c223e55f15581f7cc Merge: b03785a 4c163b7 Author: Dries Vints <[email protected]> Date: Tue Jan 7 20:25:47 2020 +0100 Merge branch '8.x' # Conflicts: # CHANGELOG.md commit 4c163b7821d29b6166fc2e93ad7649428b51c6db Author: Dries Vints <[email protected]> Date: Tue Jan 7 20:25:00 2020 +0100 Update CHANGELOG.md commit 6c1ea42e66100b15ecad89b0e1c5ccaa12b4331b Author: Taylor Otwell <[email protected]> Date: Mon Jan 6 15:32:54 2020 -0600 formatting and commenting commit 30ffc91e275fb5caa6a8a3f2b12531c12395cd4e Author: MFlor <[email protected]> Date: Mon Jan 6 21:13:53 2020 +0100 Fixes from StyleCI commit a384f1fd4d039fb808c305800cdad1222df1dcca Author: MFlor <[email protected]> Date: Mon Jan 6 21:02:25 2020 +0100 Adding options commit 493127463e3e7614d7c7b766cf1f7dd682d41f76 Author: MFlor <[email protected]> Date: Mon Jan 6 20:09:09 2020 +0100 Registering purge command commit d930614b30129607f1ad3d7fc8eacd40a59220c4 Author: MFlor <[email protected]> Date: Mon Jan 6 19:52:42 2020 +0100 Feature: Adding Purge command In order to more easily purge expired or revoked access tokens, auth codes an refresh tokens, I've created a purge command. This command can then be scheduled to run on any given interval or run manually when needed. commit 3cbf7980e0e80b50b0960128966c52760c486d3a Merge: 398820d feaa051 Author: Taylor Otwell <[email protected]> Date: Mon Jan 6 08:32:04 2020 -0600 Merge pull request #1155 from X-Coder264/feature-tests [8.x] Add tests for Passport::actingAs and Passport::actingAsClient commit b03785aaba15797d164aca1d7a7e5ed6c5e9c55d Merge: 111730f 3d6deaa Author: Taylor Otwell <[email protected]> Date: Mon Jan 6 08:31:36 2020 -0600 Merge pull request #1157 from X-Coder264/use-hasher-interface-instead-of-hash-manager [9.x] Use Hasher interface instead of HashManager commit 398820de2985975c84ee5de8214e71f165582743 Merge: 413a326 593fad7 Author: Taylor Otwell <[email protected]> Date: Mon Jan 6 08:21:43 2020 -0600 Merge pull request #1158 from michael-ow/8.x [8.x] Replace deprecated package and namespaces commit 593fad7e82442bd80b05ca148710842d694b323a Author: Taylor Otwell <[email protected]> Date: Mon Jan 6 08:21:31 2020 -0600 Update TokenGuard.php commit 5eacbf630269cd92d7c37bd60ea9aefb04df7872 Author: Michael Latham <[email protected]> Date: Mon Jan 6 12:39:02 2020 +0000 StyleCI fixes commit 949de2190c189b5deda054863b5ad55944da4f21 Author: Michael Latham <[email protected]> Date: Mon Jan 6 12:37:39 2020 +0000 styleCI fixes commit 7ec6e58fa4f08a19dc04ea9abf206d87b9462f43 Author: Michael Latham <[email protected]> Date: Mon Jan 6 12:28:33 2020 +0000 Replace deprecated package and namespaces commit 3d6deaaa5f502bed14ec8b2c85e64676d8842698 Author: Antonio Pauletich <[email protected]> Date: Sat Jan 4 22:42:29 2020 +0100 Use Hasher interface instead of HashManager commit feaa05104249f00a387e5d633554f3cf1b66b1fc Author: Antonio Pauletich <[email protected]> Date: Sun Jan 5 01:52:59 2020 +0100 Fix lint issues commit 5212c9ccabbeaefb33f2ff2176b03dfe2ec0e9f4 Author: Antonio Pauletich <[email protected]> Date: Sun Jan 5 01:27:22 2020 +0100 Add ActingAsTest commit e4046aa107020241bef0ab6608e9a0c6b6f3dbd0 Author: Antonio Pauletich <[email protected]> Date: Sun Jan 5 01:17:34 2020 +0100 Create PassportTestCase commit 6ff14aa9dc5a01d3ba3ef6e13295a4decbf4324d Author: Antonio Pauletich <[email protected]> Date: Sun Jan 5 01:17:00 2020 +0100 Add ServerRequestInterface typehint commit 00acc679804bb62d3b576a7c2c313c7ca75377fb Author: Antonio Pauletich <[email protected]> Date: Sat Jan 4 23:50:38 2020 +0100 Add ActingAsClientTest and resolve storage_path function conflict commit 699b997d36390972cb9a66debac2514932d8c5bf Author: Antonio Pauletich <[email protected]> Date: Sat Jan 4 23:04:19 2020 +0100 Add Orchestra Testbench package commit 413a32601340f3738c3859608e7fc92214589bd5 Merge: c5692a2 e42c980 Author: Taylor Otwell <[email protected]> Date: Thu Jan 2 08:52:55 2020 -0600 Merge pull request #1151 from chinloyal/8.x [8.x] Update ClientCommand to support public clients commit e42c9809e4e9a9a13d2877c25d91b72d07fa8592 Author: Taylor Otwell <[email protected]> Date: Thu Jan 2 08:52:18 2020 -0600 Update ClientCommand.php commit 8a1bba6f36e14a76ad13233004141cb0705773a1 Author: Dries Vints <[email protected]> Date: Thu Jan 2 12:37:46 2020 +0100 Style fixes commit e5a475b4514ba930a4bb7f1f1eb7f667db33fd2d Author: Romario Chinloy <[email protected]> Date: Wed Jan 1 15:04:46 2020 -0500 Update ClientCommand to support public clients commit 111730ff229c143e867a8f59ec32f2dbc7702a8b Merge: 99c2e31 c5692a2 Author: Dries Vints <[email protected]> Date: Mon Dec 30 23:26:01 2019 +0100 Merge branch '8.x' # Conflicts: # CHANGELOG.md commit c5692a2f0b4c2cd3c8f782efa7d8d5a47df3f5be Author: Dries Vints <[email protected]> Date: Mon Dec 30 23:25:32 2019 +0100 Update CHANGELOG.md commit 99c2e315592bb56000c855692df8372b056196e5 Merge: 1c40ae0 e45ac13 Author: Dries Vints <[email protected]> Date: Mon Dec 30 23:25:18 2019 +0100 Merge branch '8.x' # Conflicts: # tests/CheckClientCredentialsForAnyScopeTest.php # tests/CheckClientCredentialsTest.php commit e45ac135c94f72ff77dbc61de97762b35cb76048 Author: Dries Vints <[email protected]> Date: Mon Dec 30 23:20:25 2019 +0100 Update CHANGELOG.md commit 5555ba2a8235ec6fa24e5dca10a3148d3fa686aa Merge: b5e9198 738cb3a Author: Taylor Otwell <[email protected]> Date: Fri Dec 27 08:37:02 2019 -0600 Merge pull request #1144 from gdebrauwer/find-and-validate-for-passport-password-grant [8.x] Modify UserRepository to check for 'findAndValidateForPassport' method commit 1c40ae07503aeb23173d48f3a6e5757cafcfd71b Author: Taylor Otwell <[email protected]> Date: Fri Dec 27 08:24:33 2019 -0600 use bcrypt commit ccbcfeb5301e8f757395ba0e43980615acf4385e Author: Taylor Otwell <[email protected]> Date: Fri Dec 27 08:13:48 2019 -0600 formatting commit 3c553e4c0a5da0cc90e144928f79f94c2aa518a0 Author: Sebastiaan Luca <[email protected]> Date: Thu Dec 26 17:52:57 2019 +0100 Use non-salted SHA-256 hashing to store client secrets commit b5e919862793dc3dbc7cac377d0bd2a984b1f36f Merge: 773028f 6742fd3 Author: Taylor Otwell <[email protected]> Date: Thu Dec 26 08:31:57 2019 -0600 Merge pull request #1148 from crynobone/access-oauth2-server-response-status-code Allow access to HTTP response status code on OAuthServerException. commit 6742fd32041852335c2c71a18a77ac06a6ae3ab8 Author: Taylor Otwell <[email protected]> Date: Thu Dec 26 08:31:51 2019 -0600 Update OAuthServerException.php commit 469fa7780d1d9e3a4cd4fdc31928d54ea59d841c Author: Taylor Otwell <[email protected]> Date: Thu Dec 26 08:31:40 2019 -0600 Update OAuthServerException.php commit ac26b71661283b40392d8a648bfcf6c6e5cbae3a Author: Taylor Otwell <[email protected]> Date: Thu Dec 26 08:31:28 2019 -0600 Update OAuthServerException.php commit 773028f2f8b061090f343e125e94658273da80a2 Merge: 048c757 68fa55e Author: Taylor Otwell <[email protected]> Date: Thu Dec 26 08:29:47 2019 -0600 Merge pull request #1149 from crynobone/phpunit-update Use avoid using deprecated PHPUnit annotation. commit 68fa55e80004152a1af636ac5d38bc80515ab983 Author: Mior Muhammad Zaki <[email protected]> Date: Thu Dec 26 21:28:39 2019 +0800 Use avoid using deprecated PHPUnit annotation. The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageRegExp() instead. Signed-off-by: Mior Muhammad Zaki <[email protected]> commit 2d808a58c83bf14a10728774c8d76cd410a5d4cb Author: Mior Muhammad Zaki <[email protected]> Date: Thu Dec 26 15:01:31 2019 +0800 Allow access to HTTP response status code. Signed-off-by: Mior Muhammad Zaki <[email protected]> commit 6ab8f2670df981694bd66393b73828ec2bc4c5aa Author: Sebastiaan Luca <[email protected]> Date: Mon Dec 23 21:44:42 2019 +0100 Remove deprecated variable commit 4d711419008fb71d4f398cc38fa1edb10d1ec3da Author: Sebastiaan Luca <[email protected]> Date: Mon Dec 23 21:44:06 2019 +0100 Format code commit 91cbc05838757902581320b3d021fb5029479757 Author: Sebastiaan Luca <[email protected]> Date: Mon Dec 23 21:43:13 2019 +0100 Use SHA-256 hashing for client secrets commit 4b140ff02984874035954751ac966dca1080dec5 Author: Sebastiaan Luca <[email protected]> Date: Sun Dec 22 17:46:53 2019 +0100 Fix tests Explicitly disable public static check to use hashed secrets when running all tests commit 1a73c40b634ecf35d7766de36c57d8fc76c9d9be Author: Sebastiaan Luca <[email protected]> Date: Sun Dec 22 17:29:41 2019 +0100 Format code commit 6b23d3966f29c8484337ba653b1518d411878baf Author: Sebastiaan Luca <[email protected]> Date: Sun Dec 22 16:59:15 2019 +0100 Add hashed client secrets tests commit 6aa59b0982f4332c3642825d4c23856f2b9ae02c Author: Sebastiaan Luca <[email protected]> Date: Sun Dec 22 16:51:56 2019 +0100 Flip method parameters for convention commit 04d952b9e370c0824644289907c6e02c1b188495 Author: Sebastiaan Luca <[email protected]> Date: Sun Dec 22 14:13:54 2019 +0100 Use model attribute getter to return plain secret commit 4fe227de8b9b93e233064f23dcab9ba413017c1a Author: Sebastiaan Luca <[email protected]> Date: Sun Dec 22 14:09:13 2019 +0100 Provide hasher to constructor in test commit 68bd83af45e01aaaf3da63e51d946b158bec0b99 Author: Sebastiaan Luca <[email protected]> Date: Sun Dec 22 14:03:43 2019 +0100 Alias HasherContract commit e5a53c6d8ec23dac1c566d2c22dfc68f839db976 Author: Sebastiaan Luca <[email protected]> Date: Sun Dec 22 13:58:52 2019 +0100 Enable the option of hashing client secrets commit 738cb3a297fdc362e325a70dcd816d026233a7ab Author: GuntherDebrauwer <[email protected]> Date: Sat Dec 21 14:14:29 2019 +0100 Update UserRepository to check/use 'findAndValidateForPassport' method on user model commit 048c7578cf4fd34237e85898a1282aff898e9440 Author: Taylor Otwell <[email protected]> Date: Sun Dec 15 10:50:19 2019 -0600 formatting commit 5db9f58f0cdfaeeae8b55e4272da57dfbe7e38e1 Merge: f731b07 0a3670e Author: Taylor Otwell <[email protected]> Date: Thu Dec 12 08:24:06 2019 -0600 Merge pull request #1134 from kaptk2/master [9.x] Switch from getKey() to getAuthIdentifier() to match Laravel core commit f731b07602bab7dbbac86cf5f67c8e62a4f2a4fb Merge: b282892 cf66842 Author: Dries Vints <[email protected]> Date: Mon Dec 9 20:40:33 2019 +0100 Merge branch '8.x' commit cf66842c03974ba46eb0002c6ee0f8ebf7c72b0d Merge: c264db6 19b7fb2 Author: Dries Vints <[email protected]> Date: Mon Dec 9 20:40:06 2019 +0100 Merge pull request #1137 from laravel/php74 [8.x] Test on PHP 7.4 commit 19b7fb2c1206533ec3c8cd4ee0ec8ce226af8375 Author: Dries Vints <[email protected]> Date: Mon Dec 9 18:40:39 2019 +0100 Test on PHP 7.4 commit c264db61f4305d9c87e6bdf1a4a13583316b65d8 Merge: 952722f 1edb3e6 Author: Taylor Otwell <[email protected]> Date: Sat Dec 7 09:50:07 2019 -0600 Merge pull request #1136 from iamgergo/8.x [8.x] Format docs commit 1edb3e6103c05a9fc92efd378f4a91bc6f09482b Author: Gege <[email protected]> Date: Sat Dec 7 10:20:09 2019 +0100 Docs, remove unused import commit 0a3670e639dc9f061fcc79a99b0d11717f9f7b3b Merge: 05e5c20 68bf6be Author: Andrew Niemantsverdriet <[email protected]> Date: Fri Dec 6 07:53:51 2019 -0700 Merge branch 'master' of github.com:kaptk2/passport commit 05e5c20b3ec01d457ded74fe5150bdebc96449c4 Author: Andrew Niemantsverdriet <[email protected]> Date: Wed Dec 4 16:33:10 2019 -0700 Switch from getKey() to getAuthIdentifier() to be match Laravel core commit b282892ea6f8cba9f66eb0660424bc31cc7023da Merge: e43ef2b 1314045 Author: Taylor Otwell <[email protected]> Date: Thu Dec 5 08:43:59 2019 -0600 Merge pull request #1132 from JuanDMeGon/master [9.x] Client credentials middleware should allow any valid client (#1125) commit 68bf6be358bfb823cbe6de2fea41100f65ee1e1e Author: Andrew Niemantsverdriet <[email protected]> Date: Wed Dec 4 16:33:10 2019 -0700 Switch from getKey() to getAuthIdentifier() to be match Laravel core commit 13140455b8c6b0e9dc655154f0fae6b02145d65d Author: JuanDMeGon <[email protected]> Date: Mon Dec 2 19:08:13 2019 -0500 Client credentials middleware should allow any valid client (#1125) commit e43ef2b6baaab1ab3b2a0a128baf7c1762a54dce Merge: 04de851 952722f Author: Dries Vints <[email protected]> Date: Tue Nov 26 18:36:42 2019 +0100 Merge branch '8.x' # Conflicts: # CHANGELOG.md commit 952722f4f1817485bd30190e45fe4dc87ba67441 Author: Dries Vints <[email protected]> Date: Tue Nov 26 18:35:30 2019 +0100 Update CHANGELOG.md commit fcbdf3cf1eb72940dc4bb88f80b69ccf08b6b45f Merge: 623d798 30ee4d2 Author: Taylor Otwell <[email protected]> Date: Mon Nov 25 08:39:43 2019 -0600 Merge pull request #1126 from gdebrauwer/fix-upgrade-to-8.0-guide [8.x] Update 'upgrade to 8.0' guide to remove mention of included upgrade migration commit 623d79879d00c9237fc5b6aa2f75038d00b9e6a1 Merge: 8a6a45a 983f873 Author: Taylor Otwell <[email protected]> Date: Mon Nov 25 08:35:08 2019 -0600 Merge pull request #1127 from crynobone/abstract-check-credentials [8.x] Add abstract CheckCredentials middleware and allows to create commit 983f873aba1c3eeb88709cf5deda3407d593cb1a Author: Mior Muhammad Zaki <[email protected]> Date: Sun Nov 24 15:13:12 2019 +0800 Fixes CS. Signed-off-by: Mior Muhammad Zaki <[email protected]> commit 5ddd626d3a5eb22fef8562fa2b91c3d298ee4d6c Author: Mior Muhammad Zaki <[email protected]> Date: Sun Nov 24 15:06:37 2019 +0800 [8.x] Add abstract CheckCredentials middleware and allows to create custom implementation of middleware if needed. Signed-off-by: Mior Muhammad Zaki <[email protected]> commit 30ee4d23424e2d0844dd6b7163f7c3abeb3c3d3e Author: GuntherDebrauwer <[email protected]> Date: Fri Nov 22 18:17:21 2019 +0100 Update 'upgrade' guide to remove mention of included upgrade migration commit 8a6a45a901f6948cf5f0874b301230fb8bc27b32 Author: Dries Vints <[email protected]> Date: Tue Nov 19 17:36:40 2019 +0100 Update CHANGELOG.md commit 0ac5857497ec5a453963de79232f78a077658f7d Merge: dce3ba6 ae79892 Author: Taylor Otwell <[email protected]> Date: Mon Nov 18 07:33:40 2019 -0600 Merge pull request #1119 from gdebrauwer/fix-actingasclient-testing-method [8.x] Fix 'actingAsClient' testing method commit ae7989259bdfdfdbe896773815bd479e56049ac7 Author: GuntherDebrauwer <[email protected]> Date: Sat Nov 16 11:57:47 2019 +0100 Mock 'TokenRepository' property in 'actingAsClient' testing method commit 04de85128b5c6c6bd659f77235a458bd417b902a Merge: a5c4739 dce3ba6 Author: Dries Vints <[email protected]> Date: Thu Nov 14 14:57:12 2019 +0100 Merge branch '8.x' commit a5c4739a6ac370316f873fbd34585351479a5dc3 Merge: 7e748a8 cc176a3 Author: Taylor Otwell <[email protected]> Date: Tue Nov 12 08:59:31 2019 -0600 Merge pull request #1115 from laravel/revert-1112-check-client-credentials-use-psr Revert "[9.x] Use psr request attributes in 'check client credentials' middleware" commit cc176a3d4cadc924469ab90a1e9cdf373cc2bb27 Author: Taylor Otwell <[email protected]> Date: Tue Nov 12 08:59:01 2019 -0600 Revert "[9.x] Use psr request attributes in 'check client credentials' middleware" commit 7e748a896563c8cf176205e787b29344efd88d2c Merge: 2bba0d6 c829d03 Author: Taylor Otwell <[email protected]> Date: Tue Nov 12 08:51:00 2019 -0600 Merge pull request #1112 from gdebrauwer/check-client-credentials-use-psr [9.x] Use psr request attributes in 'check client credentials' middleware commit c829d03c7fb240e966e66d63d2b1fae0db45d31f Author: GuntherDebrauwer <[email protected]> Date: Fri Nov 8 17:59:15 2019 +0100 Fix StyleCI issues commit 88a349a535b70a4135349967bde8c5567c78404b Author: GuntherDebrauwer <[email protected]> Date: Thu Nov 7 18:25:55 2019 +0100 Update tests of 'check client credentials (of any scope)' middlewares commit 1d90eca73917aa5d8ad5f3109813cec327d8104c Author: GuntherDebrauwer <[email protected]> Date: Thu Nov 7 18:25:29 2019 +0100 Update 'check client credentials (for any scopes)' middlewares Use 'oauth_scopes' and 'oauth_client_id' attributes in psr request commit 2bba0d6968851eb15a2f4fd9564493d289b6ccfd Merge: 6c731eb 18178ac Author: Dries Vints <[email protected]> Date: Fri Nov 1 13:04:26 2019 +0100 Merge branch '8.x' commit 6c731ebea12b788be77297c6decf425b737b5617 Merge: bad28d2 da53713 Author: Dries Vints <[email protected]> Date: Tue Oct 29 17:20:27 2019 +0100 Merge branch '8.x' commit bad28d2f01eb43f842e3cfeafbe412258c42f4d2 Author: Dries Vints <[email protected]> Date: Tue Oct 29 16:13:43 2019 +0100 Update CHANGELOG.md commit e1f690969967c93b4a372a38ae1a20818410ac95 Merge: 821c1b1 b4ccd2f Author: Dries Vints <[email protected]> Date: Tue Oct 29 16:13:33 2019 +0100 Merge branch '8.x' commit 821c1b1e098ffc0d8c5ac3f435067ea3adcc4da7 Author: Dries Vints <[email protected]> Date: Tue Oct 29 16:13:03 2019 +0100 Update branch alias
1 parent 9b56fd4 commit d817bdf

File tree

72 files changed

+1959
-1161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1959
-1161
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
.gitignore export-ignore
1515
.styleci.yml export-ignore
1616
CHANGELOG.md export-ignore
17+
phpstan.neon.dist export-ignore
1718
phpunit.xml.dist export-ignore
1819
UPGRADE.md

.github/ISSUE_TEMPLATE/1_Bug_report.md

-20
This file was deleted.
+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Bug Report
2+
description: "Report a general library issue."
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: "Before submitting your report, [please ensure your Laravel version is still supported](https://laravel.com/docs/releases#support-policy)."
7+
- type: input
8+
attributes:
9+
label: Passport Version
10+
description: Provide the Passport version that you are using.
11+
placeholder: 10.0.1
12+
validations:
13+
required: true
14+
- type: input
15+
attributes:
16+
label: Laravel Version
17+
description: Provide the Laravel version that you are using.
18+
placeholder: 10.4.1
19+
validations:
20+
required: true
21+
- type: input
22+
attributes:
23+
label: PHP Version
24+
description: Provide the PHP version that you are using.
25+
placeholder: 8.1.4
26+
validations:
27+
required: true
28+
- type: input
29+
attributes:
30+
label: Database Driver & Version
31+
description: If applicable, provide the database driver and version you are using.
32+
placeholder: "MySQL 8.0.31 for macOS 13.0 on arm64 (Homebrew)"
33+
validations:
34+
required: false
35+
- type: textarea
36+
attributes:
37+
label: Description
38+
description: Provide a detailed description of the issue you are facing.
39+
validations:
40+
required: true
41+
- type: textarea
42+
attributes:
43+
label: Steps To Reproduce
44+
description: Provide detailed steps to reproduce your issue. If necessary, please provide a GitHub repository to demonstrate your issue using `laravel new bug-report --github="--public"`.
45+
validations:
46+
required: true
47+

.github/workflows/issues.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: issues
2+
3+
on:
4+
issues:
5+
types: [labeled]
6+
7+
permissions:
8+
issues: write
9+
10+
jobs:
11+
help-wanted:
12+
uses: laravel/.github/.github/workflows/issues.yml@main

.github/workflows/static-analysis.yml

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: static analysis
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- '*.x'
8+
pull_request:
9+
10+
permissions:
11+
contents: read
12+
13+
jobs:
14+
tests:
15+
runs-on: ubuntu-22.04
16+
17+
strategy:
18+
fail-fast: true
19+
20+
name: Static Analysis
21+
22+
steps:
23+
- name: Checkout code
24+
uses: actions/checkout@v4
25+
26+
- name: Setup PHP
27+
uses: shivammathur/setup-php@v2
28+
with:
29+
php-version: 8.2
30+
tools: composer:v2
31+
coverage: none
32+
33+
- name: Install dependencies
34+
uses: nick-fields/retry@v2
35+
with:
36+
timeout_minutes: 5
37+
max_attempts: 5
38+
command: composer update --prefer-stable --prefer-dist --no-interaction --no-progress
39+
40+
- name: Execute type checking
41+
run: vendor/bin/phpstan

.github/workflows/tests.yml

+10-7
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,33 @@ name: tests
22

33
on:
44
push:
5+
branches:
6+
- master
7+
- '*.x'
58
pull_request:
69
schedule:
710
- cron: '0 0 * * *'
811

912
jobs:
1013
tests:
11-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1215

1316
strategy:
1417
fail-fast: true
1518
matrix:
16-
php: [7.3, 7.4, '8.0', 8.1]
17-
laravel: [8, 9]
19+
php: ['8.0', 8.1, 8.2, 8.3]
20+
laravel: [9, 10]
1821
exclude:
19-
- php: 7.3
20-
laravel: 9
21-
- php: 7.4
22+
- php: '8.0'
23+
laravel: 10
24+
- php: 8.3
2225
laravel: 9
2326

2427
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2528

2629
steps:
2730
- name: Checkout code
28-
uses: actions/checkout@v2
31+
uses: actions/checkout@v4
2932

3033
- name: Setup PHP
3134
uses: shivammathur/setup-php@v2

CHANGELOG.md

+172-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,177 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/laravel/passport/compare/v10.4.1...10.x)
3+
## [Unreleased](https://github.com/laravel/passport/compare/v11.10.0...11.x)
4+
5+
## [v11.10.0](https://github.com/laravel/passport/compare/v11.9.2...v11.10.0) - 2023-11-02
6+
7+
- [11.x] Named static methods for middleware by [@michaelnabil230](https://github.com/michaelnabil230) in https://github.com/laravel/passport/pull/1695
8+
- Simplify Conditional Statement by [@michaelnabil230](https://github.com/michaelnabil230) in https://github.com/laravel/passport/pull/1696
9+
10+
## [v11.9.2](https://github.com/laravel/passport/compare/v11.9.1...v11.9.2) - 2023-10-16
11+
12+
- Add return to revokeRefreshTokensByAccessTokenId method by [@aminkhoshzahmat](https://github.com/aminkhoshzahmat) in https://github.com/laravel/passport/pull/1693
13+
14+
## [v11.9.1](https://github.com/laravel/passport/compare/v11.9.0...v11.9.1) - 2023-09-01
15+
16+
- [11.x] Allow scope repository to be constructed without parameters by [@axlon](https://github.com/axlon) in https://github.com/laravel/passport/pull/1686
17+
18+
## [v11.9.0](https://github.com/laravel/passport/compare/v11.8.8...v11.9.0) - 2023-08-29
19+
20+
- [11.x] Add the ability to limit scopes by client by [@axlon](https://github.com/axlon) in https://github.com/laravel/passport/pull/1682
21+
- [11.x] Add support for inherited scopes when limiting scopes on clients by [@axlon](https://github.com/axlon) in https://github.com/laravel/passport/pull/1683
22+
23+
## [v11.8.8](https://github.com/laravel/passport/compare/v11.8.7...v11.8.8) - 2023-07-07
24+
25+
- Add generics to client factory by [@axlon](https://github.com/axlon) in https://github.com/laravel/passport/pull/1669
26+
- Update composer.json by [@Smoggert](https://github.com/Smoggert) in https://github.com/laravel/passport/pull/1674
27+
- Update composer.json by [@drhoussem](https://github.com/drhoussem) in https://github.com/laravel/passport/pull/1677
28+
29+
## [v11.8.7](https://github.com/laravel/passport/compare/v11.8.6...v11.8.7) - 2023-04-28
30+
31+
- Revert "[11.x] Add Provider Guard to ClientRepository for Personal Access Clients" by @driesvints in https://github.com/laravel/passport/pull/1658
32+
33+
## [v11.8.6](https://github.com/laravel/passport/compare/v11.8.5...v11.8.6) - 2023-04-24
34+
35+
- Add Provider Guard to ClientRepository for Personal Access Clients by @michaelnabil230 in https://github.com/laravel/passport/pull/1655
36+
37+
## [v11.8.5](https://github.com/laravel/passport/compare/v11.8.4...v11.8.5) - 2023-04-04
38+
39+
- Allow `lcobucci/jwt` v5 and cleaned up version constraints by @GrahamCampbell in https://github.com/laravel/passport/pull/1649
40+
- Pass user identifier through to finalize scopes in personal access grant by @GrahamCampbell in https://github.com/laravel/passport/pull/1650
41+
42+
## [v11.8.4](https://github.com/laravel/passport/compare/v11.8.3...v11.8.4) - 2023-03-18
43+
44+
- Removed deprecated `dates` property from `RefreshToken` model by @siarheipashkevich in https://github.com/laravel/passport/pull/1645
45+
- Removed deprecated `dates` property from `AuthCode` model by @siarheipashkevich in https://github.com/laravel/passport/pull/1644
46+
- Fix doc block types by @hafezdivandari in https://github.com/laravel/passport/pull/1647
47+
48+
## [v11.8.3](https://github.com/laravel/passport/compare/v11.8.2...v11.8.3) - 2023-03-01
49+
50+
- Allow overriding the `AccessToken` class by @hafezdivandari in https://github.com/laravel/passport/pull/1638
51+
- Make `$userId` nullable in `ClientRepository->createPersonalAccessClient` by @bram-pkg in https://github.com/laravel/passport/pull/1642
52+
53+
## [v11.8.2](https://github.com/laravel/passport/compare/v11.8.1...v11.8.2) - 2023-02-20
54+
55+
- Re-apply "Added AuthenticationException to extend the behaviour of Laravel's default exception handler" by @driesvints in https://github.com/laravel/passport/commit/67c3e336af163f6eba5dbca8e5db46275ff0e433
56+
57+
## [v11.8.1](https://github.com/laravel/passport/compare/v11.8.0...v11.8.1) - 2023-02-20
58+
59+
- Revert "Move AuthenticationException into the scope of Laravel Passport" by @driesvints in https://github.com/laravel/passport/commit/db543b0cc13ed3f56f1bffda04707fbe2a8c7ab5
60+
61+
## [v11.8.0](https://github.com/laravel/passport/compare/v11.7.0...v11.8.0) - 2023-02-17
62+
63+
- Move AuthenticationException into the scope of Laravel Passport by @chrispage1 in https://github.com/laravel/passport/pull/1633
64+
- Custom authorization view response by @JonErickson in https://github.com/laravel/passport/pull/1629
65+
- Fix deprecated $dates property by @TonyWong9527 in https://github.com/laravel/passport/pull/1636
66+
67+
## [v11.7.0](https://github.com/laravel/passport/compare/v11.6.1...v11.7.0) - 2023-02-08
68+
69+
### Added
70+
71+
- Add support for `EncryptCookies` middleware by @axlon in https://github.com/laravel/passport/pull/1628
72+
73+
## [v11.6.1](https://github.com/laravel/passport/compare/v11.6.0...v11.6.1) - 2023-02-03
74+
75+
### Changed
76+
77+
- Indicate current token can be `TransientToken` by @axlon in https://github.com/laravel/passport/pull/1627
78+
79+
## [v11.6.0](https://github.com/laravel/passport/compare/v11.5.1...v11.6.0) - 2023-01-31
80+
81+
### Changed
82+
83+
- Update ClientCommand.php's user_id description by @Smoggert in https://github.com/laravel/passport/pull/1619
84+
- Get model PK instead of forcibly id column by @lucaspanik in https://github.com/laravel/passport/pull/1626
85+
86+
### Fixed
87+
88+
- Fix doc block for `withAccessToken()` by @axlon in https://github.com/laravel/passport/pull/1620
89+
90+
## [v11.5.1](https://github.com/laravel/passport/compare/v11.5.0...v11.5.1) - 2023-01-16
91+
92+
### Fixed
93+
94+
- Get authenticated user from the guard by @hafezdivandari in https://github.com/laravel/passport/pull/1617
95+
96+
## [v11.5.0](https://github.com/laravel/passport/compare/v11.4.0...v11.5.0) - 2023-01-09
97+
98+
### Added
99+
100+
- Laravel v10 Support by @driesvints in https://github.com/laravel/passport/pull/1615
101+
102+
## [v11.4.0](https://github.com/laravel/passport/compare/v11.3.1...v11.4.0) - 2023-01-03
103+
104+
### Changed
105+
106+
- Uses PHP Native Type Declarations 🐘 by @nunomaduro in https://github.com/laravel/passport/pull/1594
107+
108+
## [v11.3.1](https://github.com/laravel/passport/compare/v11.3.0...v11.3.1) - 2022-12-02
109+
110+
### Changed
111+
112+
- Add auth guard to routes by @hafezdivandari in https://github.com/laravel/passport/pull/1603
113+
114+
## [v11.3.0](https://github.com/laravel/passport/compare/v11.2.1...v11.3.0) - 2022-10-22
115+
116+
### Added
117+
118+
- Support prompting login when redirecting for authorization by @hafezdivandari in https://github.com/laravel/passport/pull/1577
119+
120+
### Changed
121+
122+
- Update PurgeCommand.php by @fatoskurtishi in https://github.com/laravel/passport/pull/1586
123+
- Fix ClientRepository doc blocks by @axlon in https://github.com/laravel/passport/pull/1587
124+
- Update docblock by @mnabialek in https://github.com/laravel/passport/pull/1588
125+
126+
## [v11.2.1](https://github.com/laravel/passport/compare/v11.2.0...v11.2.1) - 2022-09-29
127+
128+
### Fixed
129+
130+
- Improve token guard return type by @axlon in https://github.com/laravel/passport/pull/1579
131+
132+
## [v11.2.0](https://github.com/laravel/passport/compare/v11.1.0...v11.2.0) - 2022-09-07
133+
134+
### Changed
135+
136+
- Let OAuth2 server handle the denying response by @hafezdivandari in https://github.com/laravel/passport/pull/1572
137+
138+
## [v11.1.0](https://github.com/laravel/passport/compare/v11.0.1...v11.1.0) - 2022-09-05
139+
140+
### Added
141+
142+
- Support prompting re-consent when redirecting for authorization by @hafezdivandari in https://github.com/laravel/passport/pull/1567
143+
- Support disabling prompt when redirecting for authorization by @hafezdivandari in https://github.com/laravel/passport/pull/1569
144+
145+
## [v11.0.1](https://github.com/laravel/passport/compare/v11.0.0...v11.0.1) - 2022-08-29
146+
147+
### Changed
148+
149+
- Custom days and hours to passport purge command by @rubengg86 in https://github.com/laravel/passport/pull/1563
150+
- Allow for bootstrapping without loading routes by @axlon in https://github.com/laravel/passport/pull/1564
151+
152+
## [v11.0.0](https://github.com/laravel/passport/compare/v10.4.1...v11.0.0) - 2022-08-19
153+
154+
### Added
155+
156+
- Allow authenticated client to be retrieved from the guard by @axlon in https://github.com/laravel/passport/pull/1508
157+
158+
### Changed
159+
160+
- Revert model DB connection customization by @driesvints in https://github.com/laravel/passport/pull/1412
161+
- Allow timestamps on Token model by @driesvints in https://github.com/laravel/passport/pull/1425
162+
- Improve authenticateViaBearerToken() performance by @alecpl in https://github.com/laravel/passport/pull/1447
163+
- Refactor routes to dedicated file by @driesvints in https://github.com/laravel/passport/pull/1464
164+
165+
### Fixed
166+
167+
- Stub client on guard when calling Passport::actingAsClient() by @axlon in https://github.com/laravel/passport/pull/1519
168+
- Fix scope inheritance when using Passport::actingAs() by @axlon in https://github.com/laravel/passport/pull/1551
169+
170+
### Removed
171+
172+
- Drop PHP 7.x and Laravel v8 by @driesvints in https://github.com/laravel/passport/pull/1558
173+
- Remove deprecated properties by @driesvints in https://github.com/laravel/passport/pull/1560
174+
- Remove deprecated functionality and simplify some feature tests by @driesvints in https://github.com/laravel/passport/pull/1559
4175

5176
## [v10.4.1](https://github.com/laravel/passport/compare/v10.4.0...v10.4.1) - 2022-04-16
6177

0 commit comments

Comments
 (0)