HijenHEK / laravel-vue-sanctum-spa

A Laravel 8 and Vue 3 SPA boilerplate using tailwind styling and sanctum for authentication :ghost:
66 stars 18 forks source link

401 Unauthorized #7

Closed TUCA33 closed 2 years ago

TUCA33 commented 2 years ago

without using your package directly, I installed Laraveli, then I installed the necessary packages vue, vuex etc. everything is same as your package, then I installed "https://laravel.com/docs/8.x/sanctum" then I copied and pasted the same controller as yours, everything is ok, there is no problem when signing up, but 401 "{message: "Unauthenticated."} I get message: "Unauthenticated."" error.

HijenHEK commented 2 years ago

this is a vague issue , you are using only the auth classes as i understood . which makes it difficult to debug , but my guess this could be a related issue issue

HijenHEK commented 2 years ago

closing for unclarity and inactivity