CORS in Laravel & Sanctum

แชร์
ฝัง

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

  • @Thotsuya
    @Thotsuya 11 หลายเดือนก่อน +3

    I can't express enough how much your videos and answers on stackoverflow have helped me out. Thank you Cdruc!

  • @bespoke00
    @bespoke00 ปีที่แล้ว +3

    The club bouncer reference really got me. 😀

  • @b-o-t-l-y
    @b-o-t-l-y ปีที่แล้ว +1

    The best thing I've seen! I liked your clean approach! Thank you very much!

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

      Glad it was helpful! 👊

  • @SilVer-hu2ps
    @SilVer-hu2ps ปีที่แล้ว

    You're the one who thought me about Vue and Laravel development using API. And I THANK YOU FOR THAT.

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

    Amazing. been scratching my head why it refused to work for me but this solved it for me! liked and subbed!

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

    probably the most straight forward explanation though, great content sir :))

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

      thanks!

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

    Awesome content! Keep it up!
    I'm using filament for my admin panel from a different domain. For testing purposes, I've left wildcards in the cors config file. It's worth mentioning im using jetstream which comes with its own middleware. But the sanctum is more towards api endpoints. The issue im having is viewing the images from storage folder when I want to view or edit my previously created record from the subdomain. I can however preview them on my record's image column.

  • @sapperus
    @sapperus ปีที่แล้ว +1

    Great video and very clear explanations 👍 Thank you!

  • @ya9_47
    @ya9_47 ปีที่แล้ว +1

    Great video as always ! Thank you cdruc

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

    what if even though the allow access origin is set up to * or to the actual URL is defined properly, the CORS policty is still blocking the request, what can we do, besides messing up with httpd.config in apaches server?

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

    Amazing video. Thank you!

  • @MrSannyTech
    @MrSannyTech ปีที่แล้ว +1

    Great 👍🏻

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

    Thanks man your really help me 💯

  • @АртурЗарипов-б2й
    @АртурЗарипов-б2й 7 หลายเดือนก่อน

    Good job! Thank you very much!

  • @jc0164
    @jc0164 ปีที่แล้ว

    excellent !!!! thank's very much !! 😊

  • @coder236
    @coder236 ปีที่แล้ว +1

    haha great explanation, thank-you 🙂

  • @hnccox
    @hnccox ปีที่แล้ว

    Great video!
    I send you an email yesterday, I was wondering if you received it?
    It briefly touches on https for a Laravel app behind a reverse proxy as well as verifying an email with Laraval Fortify from a different browser as from where the request was made.

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

    Great, thanks very much

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

    Can you share a copy of your login component code?

  • @illiantes6955
    @illiantes6955 ปีที่แล้ว

    I have a instance in amazon aws but my configuration present problems with CORS, I implemented this way for permissions in my other server but not solution my problem, please help

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

    Thank you very much

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

    man your chnnel should have thousands of subscribers, good content

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

      i technically do have thousands but thanks 😂

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

      @@cdruc millions then bro 😂

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

    thanks

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

    Can you make a video about how to work with sanctum staging server with a domain and using localhost for frontend dev environment
    How to make the localhost talk to the staging and accept cookies without breaking the real staging frontend

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

    I dont understand what did I miss.I am still getting cORS errror..Any help?

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

      well…what error are you getting?

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

      @@cdruc thanka for the reply,I re run npm install and got it fixed.

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

    sir, I don't have cors.php or kernel.php, may I know what version you are using? because I'm using laravel 11

    • @cdruc
      @cdruc  7 หลายเดือนก่อน +2

      hey, this video was made using laravel 10.
      you're probably using laravel 11 where some of the config files are not "published".
      you can either chose to publish them: laravel.com/docs/11.x/configuration#configuration-publishing
      Or, if you are setting up an application from scratch, scaffold it using Laravel Breeze: laravel.com/docs/11.x/starter-kits#introduction

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

      @@cdruc Thank you so much sir, it solve my problem :)

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

      @@cdruc It've been 5 month since your video have uploaded
      today i've got same problem,luckily i found your video

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

    very well