Is there any plan on adding support for other Federated Identities for example Twitter?
This library stitches together existing services in AWS. Specific to your question, Amazon Cognito backs the federated login. So the answer to your question is probably, "Yes - fast-following Cognito support for other federated identities". So this question is really one for Cognito.
Cognito identity pools supports generic OAuth providers of which Twitter is one. There are hundreds more like Microsoft and Github. In other node packages adding support for these various OAuth providers is done via small modules. Amplify could do the same.
Twitter has an SDK similar to Google and Facebook which could also be used.
https://dev.twitter.com/twitterkit/android/log-in-with-twitter
Also - if you modularize the provider support, it probably makes sense to modularize the existing Amazon, Google, Facebook support.
if they support this feature soon, it will be awesome! 猸愶笍
Moving to CLI repo where this configuration would be completed.
+1
Most helpful comment
This library stitches together existing services in AWS. Specific to your question, Amazon Cognito backs the federated login. So the answer to your question is probably, "Yes - fast-following Cognito support for other federated identities". So this question is really one for Cognito.