aws-amplify / amplify-cli

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
Apache License 2.0
2.8k stars 820 forks source link

Twitter Federated Login #995

Open bernays opened 6 years ago

bernays commented 6 years ago

Is there any plan on adding support for other Federated Identities for example Twitter?

rlmartin commented 6 years ago

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.

jonsmirl commented 6 years ago

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.

chardmd commented 6 years ago

if they support this feature soon, it will be awesome! ⭐️

undefobj commented 5 years ago

Moving to CLI repo where this configuration would be completed.

Lasim commented 3 years ago

+1

shravanjha commented 3 years ago

+100

ph0ph0 commented 3 years ago

+100

winor30 commented 3 years ago

+100

josefaidt commented 2 years ago

cc @palpatim @elorzafe for visibility

redjonzaci commented 8 months ago

Is this still needed / relevant?

P.s. paid a visit to post a question and thought to help initiate some cleanup. But I guess cleanup isn't needed since all issues are marked with priority tags.

josefaidt commented 8 months ago

Hey @redjonzaci, thanks for stopping by! yes this issue is still relevant and we are actively tracking it 🙂

Nsj94 commented 1 month ago

@josefaidt any update on this twitter login ?