v11.0.0
版本发布时间: 2022-08-23 23:07:17
laravel/passport最新发布版本:v12.3.0(2024-08-06 23:10:50)
Added
- Allow authenticated client to be retrieved from the guard by @axlon in https://github.com/laravel/passport/pull/1508
Changed
- Revert model DB connection customization by @driesvints in https://github.com/laravel/passport/pull/1412
- Allow timestamps on Token model by @driesvints in https://github.com/laravel/passport/pull/1425
- Improve authenticateViaBearerToken() performance by @alecpl in https://github.com/laravel/passport/pull/1447
- Refactor routes to dedicated file by @driesvints in https://github.com/laravel/passport/pull/1464
Fixed
- Stub client on guard when calling Passport::actingAsClient() by @axlon in https://github.com/laravel/passport/pull/1519
- Fix scope inheritance when using Passport::actingAs() by @axlon in https://github.com/laravel/passport/pull/1551
Removed
- Drop PHP 7.x and Laravel v8 by @driesvints in https://github.com/laravel/passport/pull/1558
- Remove deprecated properties by @driesvints in https://github.com/laravel/passport/pull/1560
- Remove deprecated functionality and simplify some feature tests by @driesvints in https://github.com/laravel/passport/pull/1559