nuxt-community / laravel-echo-module

Laravel Echo for Nuxt 2
MIT License
86 stars 31 forks source link

Solving unauthorized error when using sanctum #50

Open radudiaconu0 opened 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #50 (1fe4e08) into main (7f49095) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            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.

ricardogobbosouza commented 3 years ago

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

radudiaconu0 commented 3 years ago

@ricardogobbosouza Ah ok. I understand. But I don't get why I get unauthenticated error

radudiaconu0 commented 3 years ago

@ricardogobbosouza ok now i get pusher not defined error lol

ricardogobbosouza commented 3 years ago

Hi @radudiaconu0 Try ^2.0.0-alpha.4