react-oauth icon indicating copy to clipboard operation
react-oauth copied to clipboard

GoogleLogin component with AWS Cognito

Open harbar20 opened this issue 2 years ago • 1 comments

I was just wondering if there was a way to use the GoogleLogin component with AWS Cognito instead of straight through Google.

harbar20 avatar Jul 12 '23 20:07 harbar20

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

Art-S-D avatar Oct 29 '24 13:10 Art-S-D