When I run $user->currentAccessToken()->delete(); the token expires, Auth::check() becomes false, what it is expected.
However, when I go to the personal_access_tokens table, the token is still there. There is no soft delete field. How does Sanctum now that the token is expired?