0👍
Update your axios header to a Bearer token.
axios.defaults.headers.common['Authorization'] = "Bearer " + token
https://laravel.com/docs/6.x/api-authentication#passing-tokens-in-requests
Source:stackexchange.com
0👍
Update your axios header to a Bearer token.
axios.defaults.headers.common['Authorization'] = "Bearer " + token
https://laravel.com/docs/6.x/api-authentication#passing-tokens-in-requests