Laravel 11 API in 13 minutes | Sanctum

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

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

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

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

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

    CSRF token mismatch. even the XSRF is set

  • @anujmgrroshan
    @anujmgrroshan 5 หลายเดือนก่อน +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 4 หลายเดือนก่อน +3

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

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

      @@kamauleao thanks

  • @marwenkhefacha6887
    @marwenkhefacha6887 6 หลายเดือนก่อน +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

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

    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.

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

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

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

    How did you config csrf token in Laravel?

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

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

    • @thomaswikman2239
      @thomaswikman2239 6 หลายเดือนก่อน +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 4 หลายเดือนก่อน

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

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

    what is the code suggestion extension you use for VSCode?

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

      if you found the answer, please share it. Thanks

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

      I am using Github copilot

    • @saleemisahhussain1325
      @saleemisahhussain1325 27 วันที่ผ่านมา

      @@TheAspectDev found

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

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

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

    Please which extensions do you use 🙏

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

    good hindia continue😍😍

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

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

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

    Спасибо!

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

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

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

    Thanks for this tutorial

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

    When I try without login it redirect to login page

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

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

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

    superb, need more videos , i am basics Learner

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

    best lesson bro! tnx so much!