Releases: laravel/sanctum
Releases · laravel/sanctum
v4.2.1
v4.2.0
- [Refactor] Add indexes to personal_access_tokens by @keshav-k3 in #571
v4.1.2
- [4.x] Factor token
last_used_atupdate into separate method by @cosmastech in #567 - refactor: use text for name column by @reidsolon in #570
v4.1.1
- Fixes inconsistency in Sanctum::currentApplicationUrlWithPort() and Sanctum::currentRequestHost() by @denjaland in #565
v4.1.0
- Update logo by @iamdavidhill in #562
- Feature to treat same domain requests to be from frontend and make stateful by @denjaland in #564
v4.0.8
- Supports Laravel 12 by @crynobone in #556
v4.0.7
- [4.x] Add
tokenCant()helper function toHasApiTokensby @chester-sykes in #552
v4.0.6
- Add leading slash to @template tag in HasTokens by @omnicolor in #550
v4.0.5
- [4.x] Supports PHP 8.4 by @crynobone in #542
- [4.x] Remove generic requirement that token is an instance of a Model by @cosmastech in #549
v4.0.4
- [4.x] Add Generics to
HasApiTokensby @cosmastech in #544 - [4.x] Add generics by @cosmastech in #545