You need to extract only the token part (after the |) when using findToken() Can you use this updated code? use Laravel\Sanctum\PersonalAccessToken; class AuthCheck { /** * Handle an incoming request. * ...
StackOverflow Latest Questions
I’m trying to get composer to work on a remote Windows-machine which is using a proxy, but I always get this error when doing a composer install/update: [Composer\Downloader\TransportException] curl error 60 while downloading https://flex.symfony.com/versions.json: SSL certificate problem: unable ...