isotoma / react-cognito

Library for integrating Facebook React and Amazon Cognito
Apache License 2.0
116 stars 48 forks source link

auth via Google, Facebook #41

Open k-stasevich opened 6 years ago

k-stasevich commented 6 years ago

Hello, I use react-cognito to work with auth state, and it is very useful, easy to use. Excellent! But I didn't find anything about auth via google/facebook. Do you plan to implement it?

What can you suggest for now to work with this? I could implement it with javascript sdk, provided by aws cognito documentation, but it is complicated because I am already have cognito reducer from react-cognito lib, and creating new one for managing state of autho via google/facebook. I don't like such splitting :(