Releases: laravel/passport
Releases · laravel/passport
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
v13.2.1
- [13.x] add trailing commas in multiline constructor signatures by @browner12 in #1848
- Update Client Model by @samsin33 in #1850
- [13.x] Test Improvements by @hafezdivandari in #1853
- [13.x] Fix issuing PAT with configured trusted hosts by @hafezdivandari in #1852
v13.2.0
v13.1.0
- [13.x] Add an option to disable device code grant by @hafezdivandari in #1842
- [13.x] Add an upgrade guide entry for key file permissions by @hafezdivandari in #1841
- [13.x] Fallback to list of auth user providers if no auth guard for Passport is defined by @hafezdivandari in #1840
- [13.x] Add an optional migration for
oauth_clientstable to the upgrade guide by @hafezdivandari in #1843 - Fix viewPrefix Method to Match Documentation Example by @trippo in #1844