Skip to content

Releases: laravel/passport

v13.4.4

10 Feb 18:42
9931653

Choose a tag to compare

v13.4.3

06 Jan 16:32
b3c549d

Choose a tag to compare

v13.4.2

16 Dec 15:42
de00e47

Choose a tag to compare

  • [13.x] PHP 8.5 Compatibility by @crynobone in #1869
  • Remove the usage of deprecated $request->get() by @hivokas in #1873
  • [13.x] Allow setting the client with Passport::actingAs() by @axlon in #1876

v13.4.1

25 Nov 15:16
98173ac

Choose a tag to compare

v13.4.0

04 Nov 15:47
10423e2

Choose a tag to compare

v13.3.0

28 Oct 15:24
aee8af1

Choose a tag to compare

  • chore(UPGRADE): v13, update oauth_clients table schema changes by @maximepvrt in #1865
  • feat: Allow findForPassport to optionally receive the OAuth client by @maximepvrt in #1866

v13.2.2

14 Oct 14:06
9feeb0c

Choose a tag to compare

  • 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::store by @hafezdivandari in #1861

v13.2.1

16 Sep 14:58
8152e79

Choose a tag to compare

v13.2.0

26 Aug 14:23
0356d18

Choose a tag to compare

  • [13.x] Added device code grant exception to purge command by @SuperDJ in #1846

v13.1.0

07 Aug 17:45
7e99ca9

Choose a tag to compare

  • [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_clients table to the upgrade guide by @hafezdivandari in #1843
  • Fix viewPrefix Method to Match Documentation Example by @trippo in #1844