Alan Reed
Results
2
comments of
Alan Reed
> I was in the same situation, but I found a very easy work-around. In `routes/web.php`, do _not_ use the `auth:sanctum` middleware, just `auth`, e.g.: > > ``` > Route::middleware([...
It looks like you added some real user data. Might want to scrub that.