I got google-strategy and I am using it to get the email and password and save it in db,
I am using passport
http://localhost:3000/api/v1/auth/google/login
I am able to login to google using nestjs running on 3000 and use proteched route
but not able to do any of the protected request, on react which is running on 3001
I tried, redirecting to server using an a <a> tag link, which point to the back-end server
can someone help me with this?