Thanks Alex, would be great to hear from you on SSG with Nuxt Generate. Specifically going full static with all api calls done during build time itself.
Thxs Alex, specifically Im confused about the need and usage of prerenderRoutes of endpoints for Nuxt SSG generate to avoid fetching again on the client-side. Please refer to my comment on nuxt issue 28313. My previous comment with the link keeps dropping off.
Tl;dw: always test your api security. Great video anyway. I've always wanted to import my "secret source" after login so that it's not possible to do research unless you're actually logged into. Something like asynchronous import js files that are protected by the server
That's a good one anyway! but also decide what needs to be served through the API and what not About the "Secret Source". You could use server components with auth for that too 🤔
Don’t worry! The same problems shown apply to a plain Vue/React/Svelte/Angular SPA. No matter if you use a meta framework or not ☺️ Without SSR, it’ll be even easier to reverse engineer as your debugger will always trigger given that all the code runs in the browser
Thumbnail coming later as I’m not at a computer 🙈
But you’ll figure what it is about 🤣
please more about Nuxt security 🙌
On my list ✅
Anything specific you want to hear about?
a really insightful watch yet again. thanks Alex.
First of all, thanks a ton for your Super Thanks and Donation 🙏🏻
I'm more than happy that you enjoyed the videos and that they are insightful 🔥
Another great reminder and very usefull video about the importance of security in front-end frameworks! thanks @alex 🚀✨
Thank you Yann! The "security" part of FE frameworks sadly often comes too short compared to performance and the "new hotness".
Thanks Alex, would be great to hear from you on SSG with Nuxt Generate. Specifically going full static with all api calls done during build time itself.
Very briefly covered that in ua-cam.com/video/ALQcCDEusjI/v-deo.html already at 16:39 or so but might be good to have another video on it 👍🏻
Thxs Alex, specifically Im confused about the need and usage of prerenderRoutes of endpoints for Nuxt SSG generate to avoid fetching again on the client-side. Please refer to my comment on nuxt issue 28313. My previous comment with the link keeps dropping off.
I needed this…thanks a lot
You’re welcome 😊
1:16 Well, I drink my super hot coffee now in the beginning of the day, and I know the day will be great with - Secert Man! 😂😂😂
😂😂😂
Wow. this was super informative. Thanks
Glad it was helpful! 🙏🏻
Tl;dw: always test your api security.
Great video anyway. I've always wanted to import my "secret source" after login so that it's not possible to do research unless you're actually logged into. Something like asynchronous import js files that are protected by the server
That's a good one anyway! but also decide what needs to be served through the API and what not
About the "Secret Source". You could use server components with auth for that too 🤔
Amazing 🤩
Thanks 🤗
Excellent video!
Thank you very much! ☺️
wonderful..
My pleasure!
🎉
Well, just put everything important on the server instead 😂
More or less, yes! Though sometimes, "importance" can even be a static text on a "hidden" page that gives info away 👀
nuxt is not a frontend framework, vue is. The problem you described is not the problem of frontend frameworks.
Don’t worry! The same problems shown apply to a plain Vue/React/Svelte/Angular SPA. No matter if you use a meta framework or not ☺️
Without SSR, it’ll be even easier to reverse engineer as your debugger will always trigger given that all the code runs in the browser