Skip to content

Releases: laravel/sanctum

v2.11.0

11 May 21:05
3ed8f60
Compare
Choose a tag to compare

Added

  • Sanctum::$accessTokenAuthenticationCallback callback for more granular control over access token validation (#275, 9c07921, #276)

v2.10.0

20 Apr 16:21
a08cfee
Compare
Choose a tag to compare

Added

  • Add HasApiTokens contract to complement trait (#270)

v2.9.4

06 Apr 14:33
dd84a91
Compare
Choose a tag to compare

Changed

v2.9.3

30 Mar 21:29
81f3027
Compare
Choose a tag to compare

Changed

  • Environment APP_URL added into the default sanctum.stateful configuration (#264)

v2.9.2

23 Mar 17:34
504ee92
Compare
Choose a tag to compare

Fixed

  • Changed Primary Key will not be used in created token's plainTextToken (#262)

v2.9.1

09 Mar 19:18
d1e2354
Compare
Choose a tag to compare

Fixed

  • Avoid running string functions when domain is null (#258)

v2.9.0

26 Jan 19:49
eb191dd
Compare
Choose a tag to compare

Added

  • Add multiple guard support for SPA auth (#246, f5695ae)

Fixed

  • Return json response when the request expects a json (#247)
    

v2.8.2

24 Nov 17:31
331bd65
Compare
Choose a tag to compare

Fixed

  • Fix user provider in sanctum guard (#225)

v2.8.1

17 Nov 16:46
9b8cc45
Compare
Choose a tag to compare

Changed

  • Add default nextjs address to stateful (e86d3e0)

v2.8.0

03 Nov 19:12
b6420b0
Compare
Choose a tag to compare

Added

  • PHP 8 Support (#213)