Amplify-js: Using FederatedSignIn in with aws-amplify-react-native

Created on 3 Dec 2017  路  5Comments  路  Source: aws-amplify/amplify-js

Hello. I couldn't find any examples with Federated Identities sign in using only the aws-amplify-react-native. Would it be possible to use FederatedSignIn of aws-amplify-react in a react-native mobile app? If yes, what would be the best way of doing this? If not what's the alternative? Thanks

feature-request

Most helpful comment

when is federated auth with public providers (FB, Google) likely to be introduced for aws-amplify-react-native?

All 5 comments

@marioskonstantinou Federated auth is currently in our backlog and should be available within the next couple releases, if not next release.

Alternatively, the cognito js sdk provides a federated example (federated identities go on the "Logins" parameter): https://github.com/aws/amazon-cognito-identity-js, see use case #4, and docs here: http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-identity-federation.html.

Currently federated identities is in this sprint, so we are hoping to get this out within the next couple weeks!

Any updates on this functionality?

when is federated auth with public providers (FB, Google) likely to be introduced for aws-amplify-react-native?

+1

Seems to be released, but I am experiencing token expiration issues with FB logins. The fb token has a long expire time, but for some reason, getting "Access Denied" on my API requests after a little while. Almost seems like the aws token is failing to refresh my fb access token.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

callmekatootie picture callmekatootie  路  3Comments

rayhaanq picture rayhaanq  路  3Comments

TheRealRed7 picture TheRealRed7  路  3Comments

DougWoodCDS picture DougWoodCDS  路  3Comments

leantide picture leantide  路  3Comments