Laravel 11 API in 13 minutes | Sanctum

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น • 32

  • @KRAMDROIDTECH
    @KRAMDROIDTECH 7 หลายเดือนก่อน +6

    CSRF token mismatch. even the XSRF is set

  • @rickycaesar1263
    @rickycaesar1263 8 หลายเดือนก่อน +6

    when i try it, i get error "Page Expired" on register, any have same problem?

    • @thomaswikman2239
      @thomaswikman2239 8 หลายเดือนก่อน +3

      I had to add a new header variable key: X-XSRF-TOKEN, value: {{xsrf-cookie}}
      I can also suggest you add key: Accept, value: application/json (so that you actually see validation errors).

    • @GiampieroDiGregorio
      @GiampieroDiGregorio 6 หลายเดือนก่อน

      @@thomaswikman2239 same thing, inserting the parameter in the header and the value doesn't change, too bad

  • @marwenkhefacha6887
    @marwenkhefacha6887 8 หลายเดือนก่อน +1

    i use Laravel11 sanctum session (not token) Login and logout (endpoints) are working correctly when called from postman but when I call other api end points it gives me 401 unauthorized

  • @ldcb6408
    @ldcb6408 8 หลายเดือนก่อน +3

    How did you config csrf token in Laravel?

  • @jaimeortizgalaviz6109
    @jaimeortizgalaviz6109 3 หลายเดือนก่อน +1

    not found this tutorial, when i try it, i get error "Page Expired"

  • @TommyTheCollector
    @TommyTheCollector 3 หลายเดือนก่อน

    Yeah, I was getting the page expired situation too. The whole csrf token/prescript section got glossed over and that was apparently pretty important.
    Adding the X-XSRF-TOKEN headed did get past the expired page, but it still doesn't write to the DB and just returns 204 no content when I submit the register endpoint.

  • @anujmgrroshan
    @anujmgrroshan 6 หลายเดือนก่อน +4

    It works, thanks. However there is a small problem.
    If I try to access the resources directly without providing the bearer token on api route, it tries to redirect to login route instead of returning unauthorized error. How do I fix it?

    • @kamauleao
      @kamauleao 6 หลายเดือนก่อน +3

      Method 1:
      Add header: Accept: application/json
      Method 2:
      Manually validate Login using the Auth class

    • @anujmgrroshan
      @anujmgrroshan 5 หลายเดือนก่อน

      @@kamauleao thanks

  • @LeMon-tt4tg
    @LeMon-tt4tg หลายเดือนก่อน

    what extension do you use for auto complete code?

  • @tylerd.8529
    @tylerd.8529 8 หลายเดือนก่อน +5

    what is the code suggestion extension you use for VSCode?

    • @TheAspectDev
      @TheAspectDev 6 หลายเดือนก่อน

      if you found the answer, please share it. Thanks

    • @WebDevWithArtisan
      @WebDevWithArtisan  6 หลายเดือนก่อน

      I am using Github copilot

    • @saleemisahhussain1325
      @saleemisahhussain1325 2 หลายเดือนก่อน

      @@TheAspectDev found

  • @latlov
    @latlov 5 หลายเดือนก่อน

    In docker laradock I always get 401 unauthorized. How do I fix it to make it work?

  • @moenulYT
    @moenulYT 5 หลายเดือนก่อน

    It really helps me a lot. Need more videos about the basics of Laravel API.

  • @shyguy4129
    @shyguy4129 4 หลายเดือนก่อน

    Please which extensions do you use 🙏

  • @emiliohg5745
    @emiliohg5745 5 หลายเดือนก่อน

    Can you please explain the csrf token part? I always get code 419 error

  • @HarsheenaNK
    @HarsheenaNK 8 หลายเดือนก่อน

    i would also like to know how you config csrf token.And can you create a project in laravel 11 for booking system

  • @rajfekar1514
    @rajfekar1514 7 หลายเดือนก่อน

    When I try without login it redirect to login page

    • @kamauleao
      @kamauleao 6 หลายเดือนก่อน

      Method 1:
      Add header: Accept: application/json
      Method 2:
      Manually validate Login using the Auth class

  • @Othmane_-RL
    @Othmane_-RL 3 หลายเดือนก่อน

    good hindia continue😍😍

  • @marcelorobertogadotti269
    @marcelorobertogadotti269 5 หลายเดือนก่อน

    Thanks for this tutorial

  • @stand8103
    @stand8103 หลายเดือนก่อน +1

    My friend, here's a piece of advice. If you're going to do something, do it all. Don't skip steps, because it's not just geniuses who want to learn how to code an API with Sanctum. There are a lot of students who are just starting to learn and what you're doing is reckless and this video should be taken down. Because it's wasting people's time. Or make another video and explain the entire process you used to create the connections in Postman. It's not enough to know how to do it and brag about it, you have to do it the right way! Excuse my rant, but you need to be criticized too and not just praised. Your attitude in sharing was excellent but the way you did it was a disaster!

    • @WebDevWithArtisan
      @WebDevWithArtisan  หลายเดือนก่อน

      I am so sorry to hear this and I really admire you to be straightforward and helping me improve. I will soon make a detail video on this topic. Thanks a lot for being honest :)

  • @skyand_fly
    @skyand_fly 6 หลายเดือนก่อน

    Спасибо!

  • @manishgautam2424
    @manishgautam2424 8 หลายเดือนก่อน

    superb, need more videos , i am basics Learner

  • @TheKuisin
    @TheKuisin หลายเดือนก่อน

    왜 망할 과정들을 빼먹고 설명하는거야... Postman에 Register, Login에 추가로 들어가는 Header 파라미터는 대체 뭐야..

  • @idepta5149
    @idepta5149 8 หลายเดือนก่อน

    best lesson bro! tnx so much!