Skip to content

Releases: laravel/passport

v7.0.4

31 Dec 15:04
670a358
Compare
Choose a tag to compare

Added

  • Add middleware CheckClientCredentialsForAnyScope (#855)
  • Support a default scope when no scope was requested by the client (#879)
  • Allow setting expiration of personal access tokens (#919)

Changed

  • Change auth code table to the model's table (#865)
  • Made whereRevoked consistent (#868)
  • Use unsignedInteger column type for client_id columns (47f0021)

Fixed

  • Prevent passing empty string variable to retrieveById method (#861)

v7.0.3

22 Apr 20:28
404b345
Compare
Choose a tag to compare

Added

  • Add names to routes for re-usability (#846)
  • Add user relationship to client model (#851, 3213be8)
  • Add the ability to retrieve current client (#854)

Fixed

  • Fix migrations tag publish (#832)

v7.0.2

22 Apr 20:27
Compare
Choose a tag to compare

Changed

  • Authcode model is now used for persisting new authcodes (#808)
  • resources/assets directory was flattened (#813)

Fixed

v7.0.1

22 Apr 20:27
Compare
Choose a tag to compare

Added

  • Add option to enable cookie serialization (9012496)

v7.0.0

22 Apr 20:27
Compare
Choose a tag to compare

Changed

  • Don't serialize by default (29e9d53)