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
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.
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.
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
Laravel React Authentication Full Tutorial I Breeze Api Session Auth
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
1:31:00 Add Logout Button
1:40:10 Add Auth and Guest Layout
1:51:57 Create Forgot Password Page
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.
2 repos links : Laravel & React would be awesome
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.
I am not getting any CSRF Token or laravel_Session in my cookie section
Seems to be that this method does not work or is not fully explain, the Token is also not present in the Cookies.
Can you do multi roles auth with react and laravel
Please make a sveltejs/svelte kit series.
hello, where can i find the source code please?
Amazing Video, Thank you
Necesito elGitHub del proyecto.
Super. Thanks a Lot!
thanks a lot 😍🤩❤
Do you have a guide for react laravel e commerce?
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
I am not getting any CSRF Token or laravel_Session in my cookie section, Please Help me to resolve it !
Hello!
Did you get to solve this?
@@adeoyemuhdfawas hi bro please if you finish the code can you give it to me
@@houssamchaouni6634 Hello! Code of what particularly?
the code is incomplete the api Route::post are missing
Please make the same video, but with nuxt
sir may i ask what font do you use in your vscode? BTW awesome tutorial. Thank you!
The font is called Fira Code
hello, I am getting a "401 Unauthenticated" error in the await axios.get('/api/user') part of the video, How can I fix it?
Same
same
Hello, did you find the solution about that?
No ı am not
source code please
Github link
error 422
if anybody still gets 419 error after refreshing add `withXSRFToken: true` to the axios request