Skip to content

Releases: laravel/passport

v7.3.1

02 Jul 15:39
89c81aa
Compare
Choose a tag to compare

Changed

  • Change server property type in CheckClientCredentialForAnyScope (#1034)

v7.3.0

28 May 16:07
758e143
Compare
Choose a tag to compare

Added

  • Allow first party clients to skip the authorization prompt (#1022)

Fixed

  • Fix AccessToken docblock (#996)

v7.2.2

22 Apr 20:29
c0c3fca
Compare
Choose a tag to compare

Fixed

  • Allow installs of zend-diactoros 2 (c0c3fca)

v7.2.1

22 Apr 20:29
bd8ae09
Compare
Choose a tag to compare

Fixed

  • Change wasRecentlyCreated to false (#979)

v7.2.0

22 Apr 20:29
5633050
Compare
Choose a tag to compare

Changed

  • Changed the way to get action path from url() to route() (#950)
  • Allow '*' scope to be used with Client Credentials (#949)

Fixed

  • Replace fire() with dispatch() (#952)

v7.1.0

22 Apr 20:28
b0c0dcb
Compare
Choose a tag to compare

Added

  • Added redirect_uri and user_id options to cli (#921, 8b8570c)
  • Add ext-json dependency (#940)

Changed

  • Make name an optional question (#926)

Fixed

  • Do not auto increment AuthCode ID (#929)
  • Allow multiple redirects when creating clients (#928)
  • Add responses for destroy methods (#942)

v7.0.5

02 Jan 10:25
d7f24f6
Compare
Choose a tag to compare

Fixed

  • Rename property (#920)

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