Skip to content

Releases: laravel/passport

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)

v8.4.2

24 Mar 16:33
0420dc2
Compare
Choose a tag to compare

Fixed

  • mergeConfigFrom already checked if app is running with config cached (#1205)

v8.4.1

04 Mar 13:56
4088cdf
Compare
Choose a tag to compare

Fixed

  • Forget session keys on invalid match (#1192)
  • Update dependencies for PSR request (#1201)

v8.4.0

12 Feb 14:34
c1be259
Compare
Choose a tag to compare

Changed

  • Implement auth token for access requests (#1188)

Fixed

  • Revoke refresh tokens when auth tokens get revoked (#1186)

v8.3.1

29 Jan 13:26
98456cb
Compare
Choose a tag to compare

Fixed

v8.3.0

28 Jan 21:18
e3d3c86
Compare
Choose a tag to compare

Added

  • Add a Passport Client factory to Passport publishing (#1171)

Changed

  • Use bigIncrements and indexes on relationships (#1169, 140a693)

v8.2.0

07 Jan 19:26
4c163b7
Compare
Choose a tag to compare

Added

  • Update ClientCommand to support public clients (#1151)
  • Purge Command for revoked and/or expired tokens and auth codes (#1159, 6c1ea42)

Changed

  • Replace deprecated package and namespaces (#1158)

v8.1.0

30 Dec 22:21
e45ac13
Compare
Choose a tag to compare

Added

  • Allow access to HTTP response status code on OAuthServerException (#1148)
  • Modify UserRepository to check for 'findAndValidateForPassport' method (#1144)

v8.0.2

26 Nov 17:37
952722f
Compare
Choose a tag to compare

Changed

  • Add abstract CheckCredentials middleware and allows to create (#1127)