Releases: laravel/passport
Releases · laravel/passport
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
v13.0.6
v13.0.5
- [13.x] Fix Exception Caused by Missing
AccessTokenAttributes by @hafezdivandari in #1829
v13.0.4
- [13.x] Fix skipping authorization consent when no scopes are requested by @hafezdivandari in #1825
- [13.x] Document changes to
oauth_clientstable in upgrade guide by @gdebrauwer in #1823
v13.0.3
- [13.x] Fix object returned by mocked
validateAuthenticatedRequest()method inPassport::actingAsClient()method by @gdebrauwer in #1822