DEV Community

Discussion on: A powerful backend ready for your next app 🚀

Collapse
 
autodidaktum profile image
Autodidaktum

Great article 🦾 I have a remark regarding 3rd party authentication. I use React for my frontend, and the Javascript SDK does not include an out-of-the-box API for OAuth2 with any social media. Additional cloud code is needed, and there is no good documentation about it. I have a tutorial that shows how to solve that at least for Google

Collapse
 
hatemhosny profile image
Hatem Hosny

Thank you. 🙏
It would be great if you can share your tutorial. I'm sure it will be helpful for many of us here.

Collapse
 
autodidaktum profile image
Autodidaktum

Sure, you can find it here autodidaktum.com/how-to-setup-goog... You can find a link to code in my GitHub

Thread Thread
 
hatemhosny profile image
Hatem Hosny

That's awesome
Thank you