Skip to content

Releases: laravel/passport

v8.0.1

19 Nov 16:37
8a6a45a
Compare
Choose a tag to compare

Fixed

  • Fix actingAsClient testing method (#1119)

v8.0.0

29 Oct 15:14
b4ccd2f
Compare
Choose a tag to compare

Added

  • Add ability to customize the RefreshToken (#966)
  • Add support for "public" clients (#1065)

Changed

  • Rework HandlesOAuthErrors trait to middleware (#937)
  • Use a renderable exception for OAuth errors (#1066)
  • Use diactoros 2.0 and psr-http-factory (aadf603)
  • Replaced helpers with Blade directives (#939)
  • Use caret for constraints (d906804)
  • Dropped support for Laravel 5.8 (654cc09)
  • Dropped support for PHP 7.1 (3c830ac)
  • Upgrade to league/oauth2-server 8.0 (97e3026)

Fixed

  • Fix exception will thrown if token belongs to first party clients (#1040)
  • Fix auth codes table customization (#1044)
  • Add key type to refresh token model (e400c2b)

v7.5.1

08 Oct 16:46
d63cdd6
Compare
Choose a tag to compare

Fixed

  • Cast returned client identifier value to string (#1091)

v7.5.0

24 Sep 21:00
663e720
Compare
Choose a tag to compare

Added

  • Add actingAsClient method for tests (#1083)

v7.4.1

10 Sep 19:56
cc39dc6
Compare
Choose a tag to compare

Fixed

v7.4.0

20 Aug 18:11
4460bd1
Compare
Choose a tag to compare

Added

  • Let Passport support inherited parent scopes (#1068)
  • Accept requests with the encrypted X-XSRF-TOKEN HTTP header (#1069)

v7.3.5

06 Aug 18:11
57937b0
Compare
Choose a tag to compare

Fixed

  • Use bigInteger column type for user_id columns (#1057)

v7.3.4

30 Jul 15:57
f75c95a
Compare
Choose a tag to compare

Changed

  • Remove old 5.9 constraints (58eb99c)

v7.3.3

30 Jul 15:56
Compare
Choose a tag to compare

Changed

  • Update version constraints for Laravel 6.0 (609b5e8)

v7.3.2

30 Jul 15:51
a738f62
Compare
Choose a tag to compare

Fixed