Releases: laravel/passport
Releases · laravel/passport
v11.8.5
- Allow
lcobucci/jwt
v5 and cleaned up version constraints by @GrahamCampbell in #1649 - Pass user identifier through to finalize scopes in personal access grant by @GrahamCampbell in #1650
v11.8.4
- Removed deprecated
dates
property fromRefreshToken
model by @siarheipashkevich in #1645 - Removed deprecated
dates
property fromAuthCode
model by @siarheipashkevich in #1644 - Fix doc block types by @hafezdivandari in #1647
v11.8.3
- Allow overriding the
AccessToken
class by @hafezdivandari in #1638 - Make
$userId
nullable inClientRepository->createPersonalAccessClient
by @bram-pkg in #1642
v10.4.2
- Fix migrations for Laravel 9.x by @ricky-perchpeek in #1639
v11.8.2
- Re-apply "Added AuthenticationException to extend the behaviour of Laravel's default exception handler" by @driesvints in 67c3e33
v11.8.1
- Revert "Move AuthenticationException into the scope of Laravel Passport" by @driesvints in db543b0
v11.8.0
- Move AuthenticationException into the scope of Laravel Passport by @chrispage1 in #1633
- Custom authorization view response by @jonerickson in #1629
- Fix deprecated $dates property by @TonyWong9527 in #1636