Releases: laravel/sanctum
Releases · laravel/sanctum
v4.1.2
- [4.x] Factor token
last_used_at
update 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 toHasApiTokens
by @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
HasApiTokens
by @cosmastech in #544 - [4.x] Add generics by @cosmastech in #545
v4.0.3
- Fix: Cast Model Key to Integer for PostgreSQL Performance Improvement by @BakhadyrovF in #524
- Revert "Fix: Cast Model Key to Integer for PostgreSQL Performance Improvement" by @driesvints in #526
- Replace dead link in Security Policy by @Jubeki in #528
- Update logo to support dark/light theme by @milewski in #536
v4.0.2
- Fix/unable to logout by @GigaGiorgadze in #511