[Vuejs]-Protect API Routes with Sanctum

0👍

You can use API tokens. You still need at least one user assigned, then you can assign a token and only send the token in the HttpRequest.

https://laravel.com/docs/8.x/sanctum#api-token-authentication

Leave a comment