Improving Laravel Sanctum Personal Access Token Performance
I was recently working on a project using Laravel Sanctum personal access tokens for API authentication. One odd thing I noticed was that a subset of requests coming in seemed to take 5-10x longer than others. Digging into them, I…