DEV Community

Discussion on: Add Google Login to your React Apps in 10 mins

Collapse
 
kicksent profile image
Nick Trierweiler • Edited

This article is great! Thanks for sharing your example and this writeup! I personally would prefer code snippets over images but I am happy that you also shared the source code and I was able to get this working without too much trouble.

There is a confused sentence above which could use refactoring. "To make things work we need to make things work we have to add some additional cases in the Login component."

For others following this tutorial who get a failure message because of cookies try changing cookiePolicy={'single_host_origin'} to cookiePolicy='http://localhost:8000/' or whatever your localhost is. Adding the address in google wasn't enough. If I am mistaken please comment and I will try that too!

Collapse
 
sivaneshs profile image
Sivanesh Shanmugam

Thanks for your Feedback ❤ Sorry for the late response. And I changed that confused sentence.