Skip to content

Releases: laravel/passport

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)

v9.0.0

05 May 19:46
683becd
Compare
Choose a tag to compare

Added

  • Allow client credentials secret to be hashed (#1145, ccbcfeb, 1c40ae0)
  • Implement passport:hash command (#1238)
  • Initial support for multiple providers (#1220)

Changed

  • Client credentials middleware should allow any valid client (#1132)
  • Switch from getKey() to getAuthIdentifier() to match Laravel core (#1134)
  • Use Hasher interface instead of HashManager (#1157)
  • Bump league server dependency (#1237)

Removed

  • Remove deprecated functionality (#1235)
  • Drop support for old JWT versions (#1236)

v8.5.0

05 May 14:26
6affa6e
Compare
Choose a tag to compare

Added

  • Automatic configuration of client UUIDs (#1231)

v8.4.4

23 Apr 10:09
dd4b1d9
Compare
Choose a tag to compare

Fixed

  • Fix 500 Internal Server Error response (#1222)

v8.4.3

31 Mar 15:50
edb9ccb
Compare
Choose a tag to compare

Fixed

  • Fix resolveInheritedScopes (#1207)