Skip to content
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

Solving unauthorized error when using sanctum #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

radudiaconu0
Copy link
Contributor

@radudiaconu0 radudiaconu0 commented Apr 7, 2021

No description provided.

Solving Unauthorized error
@codecov
Copy link

codecov bot commented Apr 7, 2021

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.

@radudiaconu0 radudiaconu0 changed the title Update echo.ts Solving unauthorized error when using sanctum Apr 7, 2021
@ricardogobbosouza
Copy link
Member

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
Copy link
Contributor Author

radudiaconu0 commented Apr 7, 2021

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

@radudiaconu0
Copy link
Contributor Author

@ricardogobbosouza ok now i get pusher not defined error lol

@ricardogobbosouza
Copy link
Member

Hi @radudiaconu0
Try ^2.0.0-alpha.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants