Full stack Google auth in nodes

I am making a fucllstack app using nodejs and react. server is on PORT 5000 and client is on PORT 3000. Now I want to use Auth0 using nodejs to integrate google authentication. I can’t seem to fetch it in the client side. Can you please help me with some docs and process for it?

Hi @pritisingh51201

Welcome to the Auth0 Community!

Correct me if I’m wrong, but you want to create a full stack application that will have their host database connection on your side and pass google authentication to auth0.

If that’s the case, I would highly encourage you to give try to moving authentication fully from your side to Authentication with a new Universal Login. You will have full control of which social connection you want to offer to your clients and can easily customize all the layouts with a no-code approach. You can find more about a new Universal Login and React here and here you can find all information about Universal Login itself.

I hope it will help you

Thanks and have a great day!
Dawid

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.