Skip to content

Releases: laravel/passport

v10.0.1

15 Sep 16:43
4e53f1b
Compare
Choose a tag to compare

Fixed

  • Use newFactory to properly reference factory (#1349)

v10.0.0

09 Sep 14:20
71d1a70
Compare
Choose a tag to compare

Added

  • Support Laravel 8 & drop PHP 7.2 support (#1336)

Changed

  • forceFill new auth code attributes (#1266)
  • Use only one PSR 7 implementation (#1330)

Removed

  • Remove old static personal client methods (#1325)
  • Remove Guzzle dependency (#1327)

v9.3.2

27 Jul 18:35
192fe38
Compare
Choose a tag to compare

Fixes

v9.3.1

21 Jul 15:16
38d9ee0
Compare
Choose a tag to compare

Fixed

  • Use custom models in purge command if set (#1316)
  • Apply table responsive on table class (#1318)

v9.3.0

30 Jun 20:22
724acae
Compare
Choose a tag to compare

Added

  • Guzzle 7 support (#1311)

v9.2.2

25 Jun 12:37
7ddaa0f
Compare
Choose a tag to compare

Fixed

  • Fix maxlength for token names (#1300)
  • Improve passport:install command (#1294)

v9.2.1

14 May 08:25
0931d75
Compare
Choose a tag to compare

Fixed

  • Fix actingAsClient token relation (#1268)
  • Fix HashCommand (bedf02c)

v9.2.0

12 May 20:47
9f4b881
Compare
Choose a tag to compare

Added

  • Allow to change Models database connection (#1255, 7ab3bdb)

Fixed

  • Nonstandard ID in the token's relationship with the user (#1267)

v9.1.0

08 May 13:56
c274e92
Compare
Choose a tag to compare

Added

  • Implement secret modal (#1258)
  • Warn about one-time-hashed-secret (#1259)
  • Add force option to hash command (#1251)

Fixed

  • Implement personal access client config (#1260)

v9.0.1

06 May 17:13
a368f9e
Compare
Choose a tag to compare

Fixed

  • Fix displaying secret in Vue component (#1244)
  • Moved provider check to bearer token only (#1246)
  • Fix create client call (aff9d09)