Releases: laravel/sanctum
Releases · laravel/sanctum
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
v4.0.1
- [4.x] Make commands lazy by @timacdonald in #502
v4.0.0
- [4.x] Adds Laravel 11 support by @nunomaduro in #480
- Matching method to contract for createToken() by @gammamatrix in #498
v3.3.3
- Updated
CsrfCookieController
to use named arguments by @OussamaMater in #487 - Extract generate token method by @mowangjuanzi in #488
v3.3.2
- Fix typo in config by @cosmastech in #476
- Accept null as a parameter for
Sanctum@getAccessTokenFromRequestUsing()
by @cosmastech in #477
v3.3.1
- Re-arrange middleware by @taylorotwell in d1f8bf7
v3.3.0
- Use crc32b instead of crc32 by @marzvrover in #468
- Ensure device has not been logged out by @crynobone in #467
- Do not prefix by default by @taylorotwell 95a0181
v3.2.6
- Make tokens identifiable with prefix and checksum by @marzvrover in #459
- Add deprecated annotation in
MissingScopeException
by @hungthai1401 in #462
v3.2.5
- Fix middleware by @taylorotwell in 8ebda85