Wow.. You did this in 15 mins.. I have been watching Auth videos about nest all day and this one really did it for me. Thanks a lot
@nehahaha35632 жыл бұрын
This was the simplest code I found and really well explained. I found other videos a bit lengthy and code wasn't working for me. Thank you! :)
@taliballauddin Жыл бұрын
Thanks, it covered all the details and even after 2 years I was able to follow it and do the integration every easily
@abrutii Жыл бұрын
Try to implement it on the front-end, only doing it on the server is useless when building a fullstack application
@lucascyrne63013 жыл бұрын
Finally made it trough this video. Of course it's a result of a lot of my efforts on research buuuuut excepcional content, my friend! Thank you very much! Jah bless & Peace :)
@vladislavbogdashev1803 Жыл бұрын
Very helpful video, lets move it to top
@DifficultWorld710 ай бұрын
God Bless you Man!
@hussainmuhammed52223 жыл бұрын
How can I use access token for api authentication after google logged in? And How can I integrate with angular application and use this authentication
@camcommute2 жыл бұрын
Did u figure this out?
@jewoo_ Жыл бұрын
@@camcommute did u?
@kaurumari3 жыл бұрын
And how can I implement this in a React application?
@fahmichaabane59252 жыл бұрын
Hey, any luck with this ?
@tranminhtri9928 Жыл бұрын
Thank sir. I want to read the original document about passport-facebook for nestjs, but I only find the original document about passport, passport-facebook for express. Do you have any recommend for links to the the original document about passport-facebook for nestjs? Can you help me?
@EscuchoDeTodo4 жыл бұрын
Hello, you are amazing, my question is, can I use this same method to apply apple and facebook login?
@usmanakram54582 жыл бұрын
Which theme you're using?
@leandroseoane9219 Жыл бұрын
how do you set the cookie sesion with this implementation?
@Liam022 жыл бұрын
hello you tutorials are great. When logging google successfully, I want to redirect and return data for Frontend, I don't know you have any way, please help me ! Thanks
@ryan.aquino4 жыл бұрын
where to store client id and client secret safely?
@AVDojo4 жыл бұрын
set environment variables
@ryan.aquino4 жыл бұрын
@@AVDojo other than environment variables? is there any other way to do it ?
@AVDojo4 жыл бұрын
You can even hard code it. But the safest thing would be using Environment variables
@gonzalocuadrado214 жыл бұрын
How do you know the data received in the callback endpoint is genuine? Anyone can call this endpoint and send the same parameters.
@olshab83603 жыл бұрын
@@ryan.aquino maybe you should try redis for your cases, and I can't see another way - as an environment variables
@Kareszrk2 жыл бұрын
Thank you so much ❤
@AVDojo Жыл бұрын
You're welcome 😊
@jayantpatilfilms2 жыл бұрын
very much useful..
@YOUdudex3 жыл бұрын
how do i logout? >.>
@minadev77262 жыл бұрын
you can create a route /logout with a function that destroy the session. like req.session.destroy or req.logout()
@YOUdudex2 жыл бұрын
@@minadev7726 thank you
@gabrielcortezmazzardo5344 Жыл бұрын
bruh
@s1dev Жыл бұрын
How do I connect the frontend with react for this code?