Laravel React Authentication Full Tutorial I Breeze Api Session Auth

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

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

  • @tonyxhepaofficial
    @tonyxhepaofficial  2 ปีที่แล้ว +5

    Laravel React Authentication Full Tutorial I Breeze Api Session Auth

  • @ANDYANDREY1
    @ANDYANDREY1 ปีที่แล้ว +19

    0:00 Create Back End Project
    5:13 Create Front End Project
    26:55 Create Login Logic - on Laravel
    28:58 Create Login Logic - on React
    41:42 Create Registe Logic - on React
    52:55 Show Login Errors & CSFR on login
    1:01:17 Show Register Errors & CSFR on register
    1:06:15 Create Auth Context

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

      1:31:00 Add Logout Button
      1:40:10 Add Auth and Guest Layout
      1:51:57 Create Forgot Password Page

  • @DevIvanSanchez
    @DevIvanSanchez ปีที่แล้ว +8

    SESSION_DOMAIN: Aquí es donde surge el problema potencial. Si estás ejecutando tu frontend y tu backend en diferentes puertos de localhost, es posible que las cookies no se compartan correctamente debido a las restricciones de SameSite. Intenta configurar esto como null o eliminarlo, lo que permitirá que las cookies se compartan en subdominios y puertos.

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

    2 repos links : Laravel & React would be awesome

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

    1:43:00 it doesn't work. the browser will continue process the user while it is still empty ('await' is useless). The result is you always got login form.

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

    I am not getting any CSRF Token or laravel_Session in my cookie section

  • @xPuff1
    @xPuff1 ปีที่แล้ว +2

    Seems to be that this method does not work or is not fully explain, the Token is also not present in the Cookies.

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

    Can you do multi roles auth with react and laravel

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

    Please make a sveltejs/svelte kit series.

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

    hello, where can i find the source code please?

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

    Amazing Video, Thank you

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

      Necesito elGitHub del proyecto.

  • @ahmadrami14
    @ahmadrami14 2 ปีที่แล้ว

    Super. Thanks a Lot!

  • @omidrayaneh
    @omidrayaneh 2 ปีที่แล้ว

    thanks a lot 😍🤩❤

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

    Do you have a guide for react laravel e commerce?

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

    Hello, I wanna know why is intertia included when I use Laravel breeze to scaffold the authentication
    This is how I set up breeze: php artisan breeze:install api

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

    I am not getting any CSRF Token or laravel_Session in my cookie section, Please Help me to resolve it !

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

      Hello!
      Did you get to solve this?

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

      @@adeoyemuhdfawas hi bro please if you finish the code can you give it to me

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

      @@houssamchaouni6634 Hello! Code of what particularly?

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

      the code is incomplete the api Route::post are missing

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

    Please make the same video, but with nuxt

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

    sir may i ask what font do you use in your vscode? BTW awesome tutorial. Thank you!

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

      The font is called Fira Code

  • @azizyavas5951
    @azizyavas5951 2 ปีที่แล้ว

    hello, I am getting a "401 Unauthenticated" error in the await axios.get('/api/user') part of the video, How can I fix it?

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

      Same

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

      same

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

      Hello, did you find the solution about that?

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

      No ı am not

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

    source code please

  • @AsminBhandari-i8v
    @AsminBhandari-i8v ปีที่แล้ว +1

    Github link

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

    error 422

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

    if anybody still gets 419 error after refreshing add `withXSRFToken: true` to the axios request