Laravel SPA Auth different domains

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

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

  • @jondoe79
    @jondoe79 ปีที่แล้ว +6

    Drac, your tutorials are the best explained and concise 🎉

  • @mutalovsarvar
    @mutalovsarvar วันที่ผ่านมา

    Bro you saved my life. Your video should be included in official docs

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

    Constantin, AGAIN you are my hero! Your tutorials always cut to the core detail of a solution. Thank you for a really great learning experience.

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

      And I've subscribed for your course. When, When, When!? 🤣😂

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

    Fireship who? You are the number one on youtube tech now 😂

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

    very good explanation

  • @AmeerHamza-fu3rz
    @AmeerHamza-fu3rz ปีที่แล้ว

    Thankyou for such a great course,
    Can you also make videos on Laravel socialite Authentication (login with goggle, login with apple ID) with Nuxt 3.

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

    I'm having a hard time fully understanding this example. Isn't the proxy irrelevant? It does make the first example work, but it's a bit of a weird use case in my opinion. Technically, it only works because the laravel backend does actually live on the same domain nuxt.test. The api.test route only points towards that. If you actually were to host the laravel backend at api.test, the proxy itself wouldn't work too, like in the other 2 examples.
    To make the other 2 examples work, you removed SESSION_DOMAIN from the .env. I feel like now direct requests would also work without a proxy?
    And isn't removing the session domain a big security risk? There has to be a reason it's in the .env. Couldn't I make successful authentication requests to the laravel api from any domain now?

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

    You are awesome, really needed this, thank you

  • @Vladimir-if1uk
    @Vladimir-if1uk 8 หลายเดือนก่อน

    @cdruc What is better, use this proxy opportunities or implement them on nginx side? And is it possible?

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

    YOU'RE THE BEST 🎉

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

    What about this:
    Cookies with the SameSite=None; Secure and not Partitioned attributes that operate in cross-site contexts are third-party cookies. In future Chrome versions, setting third-party cookies will be blocked. This behavior protects user data from cross-site tracking.
    Not to worry when using a proxy?

  • @JoaoSilva-of6pl
    @JoaoSilva-of6pl ปีที่แล้ว +1

    Amazing! Thank You!

  • @yasirarafat-dev
    @yasirarafat-dev 7 หลายเดือนก่อน

    How we can setup custom domain for nuxt app. like u setup. for my environment I am using laragon which have custom domain features. But I can't make it to work for nuxt app.
    And thank you for your videos. It's really helpful.

  • @WalidWalid-wg7rk
    @WalidWalid-wg7rk 6 หลายเดือนก่อน

    what is the name of the editor please

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

    ❤FINALLY. THANK YOU

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

    Thanks a lot 🎉

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

    Hey! Could you please the mention the font and theme?

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

      Night Owl + SF Mono font 👌

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

    Broooooooooo

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

    ❤ thanks please create a content for nuxt 3 shared host deployment.

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

    Can you make a video how to login different TLD using laravel sanctum tokens or JWT ?

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

    How can I use Laravel Sanctum API to interact with Nuxt?

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

      not sure what you mean by that mr Trump. Like laravel calling a nuxt api endpoint?

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

      mr. Trump? lol 😆

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

    Please make laravel vue inertia project how to integrate dashboard . Please please Please please

  • @วีระพงษ์สุราโพธิ์-บ9ป

    Why show 419 proxy reauthenticarion required

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

      missing x-xsrf-token header probably

    • @วีระพงษ์สุราโพธิ์-บ9ป
      @วีระพงษ์สุราโพธิ์-บ9ป ปีที่แล้ว

      @@cdruc I put the project into production const response = await fetch("/backend/login", {
      credentials: "include",
      method: "POST",
      headers: {
      accept : 'application/json',
      'x-xsrf-token': useCookie('XSRF-TOKEN').value || ""
      },
      body: form.value
      }); or i can use localstorage auth?

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

    Super fantastic

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

    Thanks!

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

      Thank you 👊