I already did several courses for NestJS already and developed some projects with it. Today I accidentally clicked into your video and found out your video is one of the most clear and easy-to-understand courses I have ever seen. Thanks
Super helpful! Together with your public Github repo, this series of videos constitute a perfect guide of nestjs and any front-end fw (in my case Angular)
i encountered Error: Login sessions require session support. Did you forget to use `express-session` middleware?, why on your video not error the same as me? do I miss something?
We use jwt based auth in this video which is a stateless auth approach and we don't need express-session. the other option is session-based auth in which we need to setup express-sessions. I will record a video for session based auth.
I got an error like this TypeError: res.setHeader is not a function at strategy.redirect (/Users/griboriy/Documents/work/nest-app/node_modules/passport/lib/middleware/authenticate.js:340:13) the only difference I am using fastify instead of express
Hey Developers 🖐🏻 Your Likes ❤ and comments 💬 means world to me. So please Like❤ and Share⭐ this video to support me.🙏🙏🔥🔥
I already did several courses for NestJS already and developed some projects with it. Today I accidentally clicked into your video and found out your video is one of the most clear and easy-to-understand courses I have ever seen. Thanks
Thanks for your support 🙏❤️
Great video, Sakura. You explain everything clearly and effectively. Keep up the good work!
Thank you! Will do!
First amazing video of this branch on UA-cam… 🔥 thank you so very much 💯
Thank you so much! Your support means a lot! 💯🔥
I have almost finished your course, thank you for your effort
Super helpful! Together with your public Github repo, this series of videos constitute a perfect guide of nestjs and any front-end fw (in my case Angular)
Thanks for your support. I'm glad you're finding the series helpful! 😊🙏
Amazing video, God bless you
Thank you so much! I'm glad you enjoyed the video. God bless you too! 😊✨
@@SakuraDevplease sir if you can make a fullstack with nestjs and nextjs
That will be great sir
@@apdiwhapmohmet4458 yes I going to do that
Thank you for great video today!
You're welcome! I'm glad you enjoyed it! 😊🎥
good job brother sakura
Thanks for your support 🙏🙏
this tutorial is amazing, I understand even better and if you don't mind, Could you please add part 2 with NextJS and cookies or session cookies.
Thank you! I’ll definitely consider adding a part 2 focusing on Next.js and handling cookies or session cookies. Stay tuned for more content! 😊🔥
@@SakuraDev so excited !! , thank you
Great Sakura
Thanks a lot, Prashant! 🌸😊
Thank you 🚀🚀
Thanks a ton, Furkan! 🙏🙏❤️
Amazing ❤️
Thank you! ❤️
What is next? When user receive token via redirect link from google/login request? How can we get user name email and etc?
i encountered Error: Login sessions require session support. Did you forget to use `express-session` middleware?, why on your video not error the same as me? do I miss something?
can you make a tutorial on how to link this auth api with a Nextjs front end !
Absolutely! I'll work on a tutorial that covers linking the auth API with a Next.js frontend. Stay tuned for that! 😊
I'm a little bit confused where did you get login function in auth service )))
nice video,
Is it possible to work with cookies instead?
To save that accesstoken, and use Cookies() in the frontend (next js) for example?
Thank you! Yes, it is possible. In the next video I will do that
@@SakuraDev when do we expect that next video ! thanks for the content btw very helpful !
Brilliant effort.
Can you micro-service with Nestjs, Pls
Thanks 🙏. Yes I am planning for micro services course
Where is the previus video of this course?
Hi, this is the playlist:
ua-cam.com/play/PLhnVDNT5zYN_PfPXedWpMy_UTeYNExbfR.html
Login sessions require session support. Did you forget to use `express-session` middleware?
I've got this problem, does anyone know how to fix it?
We use jwt based auth in this video which is a stateless auth approach and we don't need express-session. the other option is session-based auth in which we need to setup express-sessions. I will record a video for session based auth.
It’s a good segue for supabase auth integrated with nest and next no? :)
Definitely! Integrating Supabase Auth with NestJS and Next.js is a great idea. I'll make sure to include that in the upcoming tutorials. Stay tuned! 😊
Awesome video. Could you do an example with NextAuth.js ??
Absolutely! I'll work on a tutorial that covers linking the auth API with a Next.js frontend. Stay tuned for that! 😊
i love your tutorials, could you make a video how to add facebook login on nestjs
Thanks. Great suggestion!
What is your theme vs code?
It's bearded theme
@SakuraDev Hey Bro! Could you make a video about migration with TypeORM?
Hey! Sure thing, I’ll add a video on TypeORM migrations to the list. Stay tuned! 😊🔧
I got an error like this TypeError: res.setHeader is not a function
at strategy.redirect (/Users/griboriy/Documents/work/nest-app/node_modules/passport/lib/middleware/authenticate.js:340:13)
the only difference I am using fastify instead of express