Releases: laravel/sanctum
Releases · laravel/sanctum
v2.14.1
Changed
- Add helper for current app url with port (5702317)
v2.13.0
Added
- Add an event on successful token validation (#327, b656bc1)
v2.12.1
Changed
- Rename
CheckScopes
and CheckForAnyScope
to CheckAbilities
and CheckForAnyAbility
(#312)
v2.12.0
Added
- Add CheckScopes and CheckForAnyScope Middleware (#310)
v2.11.4
Fixed
- Revert "fix: replace hardcoded "web" guard by
config('sanctum.guard')
" (#309)
v2.11.3
Fixed
- Replace hardcoded "web" guard by
config('sanctum.guard')
(#307)
v2.11.2
Fixed
- Ignore updating
last_used_at
for deciding the DB connection host (#283, 2c8b9a1)
- Fix resolving wrong app instance on Octane (#285, #286)