react-oauth
react-oauth copied to clipboard
GoogleLogin component with AWS Cognito
I was just wondering if there was a way to use the GoogleLogin component with AWS Cognito instead of straight through Google.
I was trying to do the same but couldn't get it to work unfortunately.
I ended up making my own component using this https://developers.google.com/identity/branding-guidelines It simply redirects to the cognito hosted ui that then redirects to a google login page.
It's not as smooth as what react-oauth does but hey, it works