Releases: laravel/passport
Releases · laravel/passport
v13.6.0
- Add Boost skill for Passport development by @pushpak1300 in #1893
v13.5.0
- Add mixin annotation for
Tokenmodel inAccessTokenby @fjkorf in #1886 - Add dedicated token lifetime for client credentials grant by @sajanp in #1880
- Add missing
OAuthenticatableinterface step to upgrade guide by @FeBe95 in #1887 - Improve code syntax highlighting in upgrade guide by @FeBe95 in #1890
- Allow custom middleware to be registered by @timacdonald in #1892
- Update UPGRADE.md by @siarheipashkevich in #1891
v12.4.3
v13.4.4
- [13.x] Supports Laravel 13 by @crynobone in #1885
- [13.x] Add
canandcantmethods toTokenmodel by @hafezdivandari in #1882
v13.4.3
- [13.x] Allow
firebase/php-jwtv7 by @hafezdivandari in #1879
v13.4.2
v13.4.1
- [13.x] Fix possible 500 error when retrieving user on token guard by @hafezdivandari in #1871
v13.4.0
- [13.x] Add static setter for authorizationServerResponseType by @RSpeekenbrink in #1867
v13.3.0
- chore(UPGRADE): v13, update oauth_clients table schema changes by @maximepvrt in #1865
- feat: Allow
findForPassportto optionally receive the OAuth client by @maximepvrt in #1866
v13.2.2
- Fix »OAuth Client Table Changes« migration snippet in the upgrade guide by @hettiger in #1859
- [13.x] Fix accessing the plain secret after creating a new confidential client via deprecated
ClientController::storeby @hafezdivandari in #1861