Drac, your tutorials are the best explained and concise 🎉
@mutalovsarvar8 күн бұрын
Bro you saved my life. Your video should be included in official docs
@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 Жыл бұрын
And I've subscribed for your course. When, When, When!? 🤣😂
@_timestamp Жыл бұрын
Fireship who? You are the number one on youtube tech now 😂
@AmandaColares-x4t10 ай бұрын
very good explanation
@bootstraply Жыл бұрын
You are awesome, really needed this, thank you
@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.
@shortymx2010 ай бұрын
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?
@andresfontalvo24305 ай бұрын
Broooooooooo
@nielsvandervlist35207 ай бұрын
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?
@yasirarafat-dev7 ай бұрын
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.
@Vladimir-if1uk8 ай бұрын
@cdruc What is better, use this proxy opportunities or implement them on nginx side? And is it possible?
@JoaoSilva-of6pl Жыл бұрын
Amazing! Thank You!
@d3vfc33410 ай бұрын
YOU'RE THE BEST 🎉
@iamsomraj Жыл бұрын
Hey! Could you please the mention the font and theme?
@cdruc Жыл бұрын
Night Owl + SF Mono font 👌
@hnccox Жыл бұрын
Can you make a video how to login different TLD using laravel sanctum tokens or JWT ?
@WalidWalid-wg7rk6 ай бұрын
what is the name of the editor please
@MsIlius Жыл бұрын
❤ thanks please create a content for nuxt 3 shared host deployment.
@basarokke4403 Жыл бұрын
❤FINALLY. THANK YOU
@jacquesmatike92896 ай бұрын
Thanks a lot 🎉
@MrFloat449411 ай бұрын
How can I use Laravel Sanctum API to interact with Nuxt?
@cdruc11 ай бұрын
not sure what you mean by that mr Trump. Like laravel calling a nuxt api endpoint?
@setiawansetya977610 ай бұрын
mr. Trump? lol 😆
@วีระพงษ์สุราโพธิ์-บ9ป Жыл бұрын
Why show 419 proxy reauthenticarion required
@cdruc Жыл бұрын
missing x-xsrf-token header probably
@วีระพงษ์สุราโพธิ์-บ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?
@mujiburrahman4609 Жыл бұрын
Please make laravel vue inertia project how to integrate dashboard . Please please Please please