Skip to content

Releases: laravel/sanctum

v2.14.1

15 Feb 18:12
8993761
Compare
Choose a tag to compare

Changed

  • Add helper for current app url with port (5702317)

v2.14.0

12 Jan 15:09
0647a87
Compare
Choose a tag to compare

Changed

  • Laravel 9 support (#329)

v2.13.0

14 Dec 17:50
b4c07d0
Compare
Choose a tag to compare

Added

  • Add an event on successful token validation (#327, b656bc1)

v2.12.2

16 Nov 16:57
76b2d55
Compare
Choose a tag to compare

Changed

v2.12.1

26 Oct 18:24
e610647
Compare
Choose a tag to compare

Changed

  • Rename CheckScopes and CheckForAnyScope to CheckAbilities and CheckForAnyAbility (#312)

v2.12.0

19 Oct 15:33
0b8664b
Compare
Choose a tag to compare

Added

  • Add CheckScopes and CheckForAnyScope Middleware (#310)

v2.11.4

13 Oct 13:38
2cc0c0f
Compare
Choose a tag to compare

Fixed

  • Revert "fix: replace hardcoded "web" guard by config('sanctum.guard')" (#309)

v2.11.3

12 Oct 15:50
5f06834
Compare
Choose a tag to compare

Fixed

  • Replace hardcoded "web" guard by config('sanctum.guard') (#307)

v2.11.2

15 Jun 15:56
b21e65c
Compare
Choose a tag to compare

Fixed

  • Ignore updating last_used_at for deciding the DB connection host (#283, 2c8b9a1)
  • Fix resolving wrong app instance on Octane (#285, #286)

v2.11.1

25 May 16:43
5de9d0c
Compare
Choose a tag to compare

Changed

  • Only parse APP_URL for default stateful domains when it's set (#279)