How to revoke token in Laravel Sanctum?
I wrote a simple REST API with Laravel 11. I tested authentication and it looks like the token generated by Sanctum is not revoked despite that I delete the way the documentation writes. class TokenController extends Controller { public function…