Releases: laravel/passport
Releases · laravel/passport
v11.1.0
Added
- Support prompting re-consent when redirecting for authorization by @hafezdivandari in #1567
- Support disabling prompt when redirecting for authorization by @hafezdivandari in #1569
v11.0.1
Changed
- Custom days and hours to passport purge command by @rubengg86 in #1563
- Allow for bootstrapping without loading routes by @axlon in #1564
v11.0.0
Added
Changed
- Revert model DB connection customization by @driesvints in #1412
- Allow timestamps on Token model by @driesvints in #1425
- Improve authenticateViaBearerToken() performance by @alecpl in #1447
- Refactor routes to dedicated file by @driesvints in #1464
Fixed
- Stub client on guard when calling Passport::actingAsClient() by @axlon in #1519
- Fix scope inheritance when using Passport::actingAs() by @axlon in #1551
Removed
- Drop PHP 7.x and Laravel v8 by @driesvints in #1558
- Remove deprecated properties by @driesvints in #1560
- Remove deprecated functionality and simplify some feature tests by @driesvints in #1559
v10.4.1
Changed
- Add new URI Rule to validate URI and use it to RedirectRule. by @victorbalssa in #1544
v10.4.0
v10.3.3
Changed
- Use anonymous migrations by @mmachatschek in #1531
v10.3.2
Fixed
- Fix Faker deprecations by @X-Coder264 in #1530