-
Notifications
You must be signed in to change notification settings - Fork 31
Solving unauthorized error when using sanctum #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Solving Unauthorized error
Codecov Report
Merging #50 (1fe4e08) into main (7f49095) will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## main #50 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 19 19 Branches 6 6 ========================================= Hits 19 19
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7f49095...1fe4e08. Read the comment docs.
Hi @radudiaconu0
Laravel sanctum works with header
JavaScript HTTP client sends the value of the XSRF-TOKEN cookie in the X-XSRF-TOKEN header.
https://laravel.com/docs/8.x/sanctum#logging-in
@ricardogobbosouza Ah ok. I understand. But I don't get why I get unauthenticated error
@ricardogobbosouza ok now i get pusher not defined error lol
Hi @radudiaconu0
Try ^2.0.0-alpha.4
Uh oh!
There was an error while loading. Please reload this page.
No description provided.