I can't seem to get OAuth to work. I'm running ReactJS and after logging in with google it sends me back without any cookies
TL;DR
OAuth2 does not work on localhost for ReactJS developers due to security restrictions. Try setting up a proxy server or deploy your application to a live server for OAuth2 to function properly.