Would like to configure this as kind of a headless companion for uppy. In my case the client is a detached react app which authenticates with the laravel API using sanctum/tokens
Instead of using web routes, I would like to use API routes with the 'auth:sanctum' middleware. Would it be of interest to submit a PR with these modifications. Perhaps adding middleware/guard details to the config?
Would like to configure this as kind of a headless companion for uppy. In my case the client is a detached react app which authenticates with the laravel API using sanctum/tokens
Instead of using web routes, I would like to use API routes with the 'auth:sanctum' middleware. Would it be of interest to submit a PR with these modifications. Perhaps adding middleware/guard details to the config?